Skip to content

mqshaikh8/code-challenges

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 93.5%
  • CSS 2.5%
  • HTML 2.4%
  • JavaScript 1.6%