- Add any new files:
git add .
- Commit any changes:
git commit -m "Write your commit message."
- Grab any new changes from anyone else:
git pull
- Push your new changes:
git push
Last active
August 29, 2015 14:02
-
-
Save michaeltroy/55f735792c23bcec2688 to your computer and use it in GitHub Desktop.
Git cheat sheet
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thumbs up