pgebhard created page: home authored by Peter Gebhard's avatar Peter Gebhard
......@@ -25,7 +25,10 @@ TODO: Peter provides color copies of [Git cheatsheet](https://training.github.co
- Why git?
- Compared to SVN: faster, smaller repositories, better merging, better branching, distributed (offline access, full local copy of the repo)
- Typical workflow
-
- `git pull`
- `git add`
- `git commit -a`
- `git push`
- GUIs
- [Github Desktop](https://desktop.github.com)
- [Sourcetree](https://www.sourcetreeapp.com)
......@@ -69,4 +72,5 @@ git commit -m "add README"
git push -u origin master`
# More GitLab documentation
- [HELP!](https://gitlab.precise.seas.upenn.edu/help)
- [GitLab README](http://doc.gitlab.com/ce/gitlab-basics/README.html)