Skip to content

Instantly share code, notes, and snippets.

@arodbits
Created March 12, 2018 15:08
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 arodbits/23cdbad3a1ee267aa7a061be379bb786 to your computer and use it in GitHub Desktop.
Save arodbits/23cdbad3a1ee267aa7a061be379bb786 to your computer and use it in GitHub Desktop.
Shell profile alias to copy the current Git branch
alias cbranch="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