Basic how to in Git:
- git clone [repo name]
- git add .
- git commit -m “example message”
- git push origin [whatever branch you choose]
4 simple commands are only needed to contribute to Github.
Basic how to in Git:
4 simple commands are only needed to contribute to Github.