Guest User

Untitled

a guest
Jan 15th, 2019
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. git reset --hard origin/foo
  2.  
  3. git checkout foo
  4. git reset --hard origin
  5.  
  6. git checkout foo
  7. git reset --hard origin/HEAD
  8.  
  9. git checkout foo
  10. git reset --hard HEAD
Add Comment
Please, Sign In to add comment