branch - Two conflicting git remotes -
we had issue bad merge couldn't undone cleanly (it reverted 1 of branches, couldn't merged in). created new version of branch last commit, merged new changes cleanly, deleted original , pushed new 1 remote repository.
however, when pull, pulls deleted repository , pushes go new repository. if refresh prune
, remote branch no longer visible.
we have branch temporary name we're using stop-gap measure, how using right name?
one solution delete local branch, recreate it, specifying want track remote branch (the 1 right name)
that new local branch should time pull and push to right remote tracking branch.
Comments
Post a Comment