Handy Git Commands
source /usr/local/etc/bash_completion.d/git-completion.bash
alias gits="git status"
git add -p
[alias]
staged = diff --cached
[color]
status = auto
branch = auto
diff = auto
Below you'll find a quick stream of consciousness that includes photos, quotes, code snippets, and possibly even a full post. enjoy!
source /usr/local/etc/bash_completion.d/git-completion.bash
alias gits="git status"
git add -p
[alias]
staged = diff --cached
[color]
status = auto
branch = auto
diff = auto