On Github ablwr / commit_with_git
Your e-hostess, Ashley Blewer
Ya gotta go here.
git add $file git add . to add all files
git reset $file git checkout $file
git rm $file
git checkout HEAD $file
git branch $branchname
git checkout $branchname
git clone $file
git remote add origin git@github.com:ablwr/commit_with_git.git
git remote add kathryn git@github.com:kgrons/commit_with_git.git
git --help