Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2017
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. if you wish to revert the changes of a single file use this command (when you file name does not match with any of the branch names):<br>
  2. **git checkout filename** <br>
  3.  
  4.  
  5. if your file name is similar to any of your branch names the use this command:<br>
  6. **git checkout -- filename** <br>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement