Created
October 30, 2012 23:07
-
-
Save wickedchicken/3983685 to your computer and use it in GitHub Desktop.
hellyeah/chillbro: shows diff between you and common ancestor of master
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# `git merge-base HEAD master` will show you the common ancestor b/t you and master | |
alias hellyeah='git diff `git merge-base HEAD master`' | |
alias chillbro='git log --left-right --graph --cherry-pick --oneline `git merge-base HEAD master`..HEAD' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment