Skip to content

Instantly share code, notes, and snippets.

@justin-endler
Created April 20, 2016 13: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 justin-endler/76401c44ba5fbdc87b6a5fd578b7a071 to your computer and use it in GitHub Desktop.
Save justin-endler/76401c44ba5fbdc87b6a5fd578b7a071 to your computer and use it in GitHub Desktop.
copy current git branch to clipboard
echo -n "$(git rev-parse --abbrev-ref HEAD)" | pbcopy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment