Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 489 Bytes

File metadata and controls

11 lines (11 loc) · 489 Bytes

How to Contribute your code

  1. Fork this Repo
  2. Clone it to your PC by "git clone repo-address"
  3. Go to the folder by "cd folder-name"
  4. Create your own branch using "git branch your-branch-name"
  5. Switch to the branch by "git checkout your-branch-name"
  6. Make the contribution of code in the folder
  7. Check it by "git status"
  8. Add it by "git add -A"
  9. Then commit it by "git commit -m commit-description"
  10. Finally, push it to origin by "git push origin your-branch-name".