Add 'git history' alias
git log -p <filename> will show you the commit history that affects a particular file (or the current branch, or another ref) and shows the patch / diff of changes. I find it pretty useful, even if git history is more to type, it's easier for me to remember, and tab completion is fantastic.
Showing
Please register or sign in to comment