Last Updated: February 25, 2016
·
424
· codeando

Git - Baby Step 1

General Assembly

sublime namefile.html

git status
On branch master

git watchanged

git diff [Changes between now and my last commit]

git log --pretty=oneline --graph --decorate --all

git checkout HASH

git fetch

Start a new branch
git checkout -b