Skip to content

Instantly share code, notes, and snippets.

@nloadholtes
Created April 2, 2012 02:29
Show Gist options
  • Save nloadholtes/2280118 to your computer and use it in GitHub Desktop.
Save nloadholtes/2280118 to your computer and use it in GitHub Desktop.
git alias for local (project) overrides
# This will create a local (project specific) alias
# to see what changes are outgoing from your repo/branch
# (like what 'hg out' supplies, but specific to the
# specified branch
git config --local "alias.out log origin/<branch_name>..HEAD"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment