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
Once the svn2git has completed delete the branch from the local git repo:
git branch -D 1.4
Then remove the remote reference from the local git rep. The ref to delete will be the full git ref path. The path can be found by using git show-ref. This is typically 'refs/remotes/svn/<branch_name>'.
git update-ref -d refs/remotes/svn/1.4
Now perform the svn2git rebase as often as needed until you have migrated to git.
svn2git --rebase
The text was updated successfully, but these errors were encountered:
git show-ref
. This is typically 'refs/remotes/svn/<branch_name>'.The text was updated successfully, but these errors were encountered: