github - Git: Recover the deleted remote branch -
github - Git: Recover the deleted remote branch -
well, i've made terrible error first want delete remote connection repositories.
i've made command this: git force dev :test
which after check on github, i'm realize branch test deleted.
question: how can branch back? possible undo command i've made?
do still have local re-create you? run git branch
check, still have local branch there since don't mention removing local branch.
if this case, force remote repository again, git force dev test
without colon.
git github
Comments
Post a Comment