Skip to content

sivasankarLM10/Project

Repository files navigation

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".

About

No description or website provided.

Topics

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 15