Created
March 12, 2018 15:08
-
-
Save arodbits/23cdbad3a1ee267aa7a061be379bb786 to your computer and use it in GitHub Desktop.
Shell profile alias to copy the current Git branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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