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
{{ message }}
This repository has been archived by the owner on Apr 28, 2019. It is now read-only.
If you accidentally deleted a branch locally and remotely, the fix is relatively easy:
1. Open Git Bash Shell in repo
2. Type "git fsck --lost-found"
3. Type "ls .git/lost-found/commit/ | xargs git log > commitlog.txt"
4. search commitlog.txt for your commit
5. Type "git checkout -b <NewBranchName> <first 7 characters of commit ID>", where you supply both arguments inside the braces