Skip to content

Welcome

What If We Dig Deeper edited this page Feb 5, 2018 · 9 revisions

Welcome to the git-training wiki!

When learning something, there are two aspects, how? and why?

sources

How Why
Mastering Git How Git Works
Ry's Git Tutorial ProGit
Git out of Trouble Git Visualization Tool
GH Training: Advanced Git

setup Git a. setup global config b. difftool c. mergetool d. alias -- git lol -- git rbi rebase -i -- git out - ??

Git overview - Source Control

git clone

git init most likely to do git clone git status, add, commit, log, push, diff, // local, staging, commit, push branches

Clone this wiki locally