Learn Enough Git (part 1)
git help Get help on a command $ git help push git config Configure Git $ git config –global … source <file> Activate Bash changes $ source ~/.bash_profile mkdir -p Make intermediate directories as necessary $ mkdir -p repos/website git status Show the status of the repository $ git status touch <name> Create empty file … Continue reading Learn Enough Git (part 1)