Answers for "git bring back deleted branch from local"

0

git bring back deleted branch from local

user@MY-PC /C/MyRepo (master)
$ git branch -D master2
Deleted branch master2 (was 130d7ba).    <-- This is the SHA1 we need to restore it!

user@MY-PC /C/MyRepo (master)
$ git branch master2 130d7ba
Posted by: Guest on March-28-2022

Code answers related to "git bring back deleted branch from local"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language