Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get git current branch/tag name. #61

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

anpol
Copy link

@anpol anpol commented Jan 1, 2017

Using solution from http://stackoverflow.com/a/18660163

Getting branch name using git symbolic-ref --short will not require
additional parsing and permits branch names with embedded slash.

Before this change:

  • branches like one/two/three were displayed incorrectly;
  • in the case of no branch, matching tag is never displayed.

This PR was previously opened as #54

Using solution from http://stackoverflow.com/a/18660163

Getting branch name using `git symbolic-ref --short` will not require
additional parsing and permits branch names with embedded slash.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant