- Keith Dahlby
- @dahlbyk
- http://keith.lostechies.com/
- http://www.jpcycles.com/
Git is awesome!
git clone <url>
= copy repository fromurl
git checkout -b <new-branch-name>
= new branchgit add -A
= Mark everything for commitgit commit
git pull --rebase upstream master
git push origin <branch-name>