You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When having a branch which has a remote tracking branch containing a hash sign (like features/#123), git will store it in the config file surrounded with quotes. Now, when requesting the branch's tracking branch with Head(...).tracking_branch(), it doesn't remove the quotes and returns something like origin/"refs/heads/feature#123".
When having a branch which has a remote tracking branch containing a hash sign (like
features/#123
), git will store it in the config file surrounded with quotes. Now, when requesting the branch's tracking branch withHead(...).tracking_branch()
, it doesn't remove the quotes and returns something likeorigin/"refs/heads/feature#123"
.Example
.git/config
file:Reported in msiemens/PyGitUp#55
The text was updated successfully, but these errors were encountered: