Giter VIP home page Giter VIP logo

code-challenges's Introduction

Code Challenges for weekly Cohort Meetings

Git Contribution Guide

First contribution (whoever does this step will "own" the repository):

  1. Create a new repository with a name for your Pod Group
  2. Clone it locally
  3. Set your remote upstream: git remote add upstream [email protected]:<github_username>/<repo_name>.git

All Contributions:

  1. Create a new branch: git checkout -b branch-name
  2. Make any change to the repo locally and save it
  3. Stage and Commit the change git add . git commit -m 'first commit'
  4. Push the change to your remote repo git push origin branch-name
  5. open a pull request for the change on github

Ongoing:

  1. After the pr is accepted, make sure your local repo is up to date with the remote upstream: git pull upstream master
  2. And also make sure your remote repo is up to date with your local repo: git push origin master

code-challenges's People

Contributors

allisonkadel avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.