Skip to content

FaheemGafoor/Project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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, website, or topics provided.

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 76.4%
  • HTML 9.2%
  • C++ 7.7%
  • Dart 5.4%
  • JavaScript 0.7%
  • Roff 0.3%
  • Other 0.3%