Guest User

Untitled

a guest
Sep 26th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. git fetch
  2. git reset --hard origin/master
  3.  
  4. git checkout -- <deleted file name>
  5.  
  6. git checkout -- dir1/*
  7.  
  8. git checkout [<tree-ish>] [--] <pathspec>...
Add Comment
Please, Sign In to add comment