A nifty git alias to show available branches, time passed since their last commit and the last commit message.
Topic: git
Use
git diff
and all it's settings to diff any files in your system.Create multiline git commits by using -m multiple times when using git commit
git branch -v and git branch -vv can be used to retreive more detailed information on local branches.
Exclude files from
git diff
.