Guest User

Untitled

a guest
Jul 12th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. warning: reflog of 'refs/remotes/origin/abc_branch' references pruned commits
  2.  
  3. $ git reflog show origin/abc_branch@{0}
  4.  
  5. fatal: ambiguous argument 'origin/abc_branch@{0}': unknown revision or path not in the working tree.
  6.  
  7. git update-ref -d refs/remotes/origin/abc_branch
Add Comment
Please, Sign In to add comment