Updated authored by Peter Gebhard's avatar Peter Gebhard
......@@ -31,7 +31,7 @@
- `git clone <REPOSITORY_URL_HERE>` (one-time action)
- `git pull`
- `git add` (only once for files not yet in the repository)
- `git commit -a`
- `git commit -a -m "YOUR COMMIT MESSAGE HERE"`
- `git push`
- GUIs
- [Github Desktop](https://desktop.github.com)
......
......