Skip to content

Instantly share code, notes, and snippets.

@maxwu
Created September 13, 2019 01:31
Show Gist options
  • Select an option

  • Save maxwu/63bcad5d21be6feb1ee262f3cf66b800 to your computer and use it in GitHub Desktop.

Select an option

Save maxwu/63bcad5d21be6feb1ee262f3cf66b800 to your computer and use it in GitHub Desktop.
Return the Git Branch name on local repo
git branch 2>/dev/null | grep '^*' | colrm 1 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment