-[Compared to SVN](https://git.wiki.kernel.org/index.php/GitSvnComparsion): faster, smaller repositories, better merging, better branching, distributed (offline access, full local copy of the repo)
- Typical workflow
- Typical workflow for making changes
-`git pull`
-`git add`
-`git commit -a`
...
...
@@ -35,57 +35,36 @@
- GUIs
-[Github Desktop](https://desktop.github.com)
-[Sourcetree](https://www.sourcetreeapp.com)
- (Activity: Add your ssh key to your profile)
- (Activity: Add your ssh key to your GitLab profile)