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
Interestingly, running the command again didn't fail.
$ git branch --track "rex-je-1.0" "remotes/svn/rex-je-1.0" [13:41:17]
Branch rex-je-1.0 set up to track local ref refs/remotes/svn/rex-je-1.0.
The text was updated successfully, but these errors were encountered:
Running command: git branch -r --no-color
svn/rex-je-1.0
svn/rex-je-1.1
svn/tags/REX-JE_1.1.0_RC1
svn/tags/REX-JE_1.1.0_RCPractice1
svn/tags/REX-JE_1.1.0_RCPractice2
svn/tags/REX-JE_1.1.0_RTM
svn/tags/REX-JE_1.10_RC1
svn/tags/rex-je-0.0.100.2
svn/tags/rex-je-0.0.100.3
svn/tags/rex-je-1.0
svn/tags/rex-je-1.0-RC1
svn/tags/rex-je-1.0-RC2
svn/tags/rex-je-1.0.1
svn/tags/rex-je-1.0.2
svn/tags/tej-0.0.100.1
svn/trunk
Running command: git branch --track "rex-je-1.0" "remotes/svn/rex-je-1.0"
fatal: Cannot setup tracking information; starting point 'remotes/svn/rex-je-1.0' is not a branch.
command failed:
2>&1 git branch --track "rex-je-1.0" "remotes/svn/rex-je-1.0"
Interestingly, running the command again didn't fail.
$ git branch --track "rex-je-1.0" "remotes/svn/rex-je-1.0" [13:41:17]
Branch rex-je-1.0 set up to track local ref refs/remotes/svn/rex-je-1.0.
The text was updated successfully, but these errors were encountered: