A nifty git alias to show available branches, time passed since their last commit and the last commit message.
Topic: git โ Page 3
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.
Learn how to exclude lockfiles like
package-lock
and.json yarn
from your.lock git diff
output.