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