Skip to content

Instantly share code, notes, and snippets.

@klang
Created March 2, 2016 07:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save klang/d9fc8cb8cbb371eafbba to your computer and use it in GitHub Desktop.
Save klang/d9fc8cb8cbb371eafbba to your computer and use it in GitHub Desktop.
# get changes on current branch
alias u="git diff --name-status develop.."
# current branch
git branch | awk '/\*/ { print $2; }'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment