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