Skip to content

Instantly share code, notes, and snippets.

@hunje
Created March 31, 2015 12:29
Show Gist options
  • Save hunje/7b964cc36f871e6a0d00 to your computer and use it in GitHub Desktop.
Save hunje/7b964cc36f871e6a0d00 to your computer and use it in GitHub Desktop.
Shows current branch's name
#!/usr/bin/env bash
git rev-parse --abbrev-ref HEAD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment