Skip to content

Instantly share code, notes, and snippets.

@wickedchicken
Created October 30, 2012 23:07
Show Gist options
  • Save wickedchicken/3983685 to your computer and use it in GitHub Desktop.
Save wickedchicken/3983685 to your computer and use it in GitHub Desktop.
hellyeah/chillbro: shows diff between you and common ancestor of master
# `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