Skip to content

Instantly share code, notes, and snippets.

@guywithnose
Last active December 12, 2015 12:38
Show Gist options
  • Save guywithnose/4773084 to your computer and use it in GitHub Desktop.
Save guywithnose/4773084 to your computer and use it in GitHub Desktop.
Returns the current branch
alias cb='git rev-parse --abbrev-ref HEAD'
@chrisryan
Copy link

try this to be more concise

alias cb='git rev-parse --abbrev-ref HEAD'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment