Skip to content

Instantly share code, notes, and snippets.

@wayneeseguin
Created March 29, 2011 12:12
Show Gist options
  • Select an option

  • Save wayneeseguin/892248 to your computer and use it in GitHub Desktop.

Select an option

Save wayneeseguin/892248 to your computer and use it in GitHub Desktop.
Fetch git branch with minimal external calls
branch=$(git symbolic-ref -q HEAD)
branch=${branch##refs/heads/}
true ${branch:=(no branch)}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment