Git your shit together!
(a.k.a. Introduction to Git)
Git (/ɡɪt/) is a distributed version-control system for tracking changes in source code during software development
git-scm.com/doc
ndpsoftware.com/git-cheatsheet.html
add ------------> status
checkout
rebase
merge
commit ---------->
push ---------->
pull/fetch <----
(a.k.a. Murphy's law time)
By Benjamin Orozco (benoror)