Advertisement
Guest User

Untitled

a guest
Oct 21st, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. # Show status of current changes
  2. git status
  3.  
  4. # Revert a single file to the last commit
  5. git checkout <filename>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement