davecurrierseo
10/1/2015 - 3:48 PM

Git Command Cheat Sheet

My list of goto commands for git.

git status
git add .
git commit -m "type why you are committing"
git push
rsync -avz --rsh=ssh dev@23.91.66.5:~/public_html/wp-content/uploads/ .
git diff master origin/master
cat ~/.ssh/id_rsa.pub | ssh user@hostname 'cat >> .ssh/authorized_keys'