Changes
Page history
pgebhard created page: home
authored
Oct 30, 2015
by
Peter Gebhard
Show whitespace changes
Inline
Side-by-side
home.md
View page @
16e84bbf
...
...
@@ -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
)