Guest User

Untitled

a guest
Jul 20th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. # Commands:
  2. # p, pick = use commit
  3. # r, reword = use commit, but edit the commit message
  4. # e, edit = use commit, but stop for amending
  5. # s, squash = use commit, but meld into previous commit
  6. # f, fixup = like "squash", but discard this commit's log message
  7. # x, exec = run command (the rest of the line) using shell
  8. # d, drop = remove commit
  9.  
  10. pick cf2cf55 C-1: Added new commit
  11. pick c7d2f77 C-3: Allow user
  12. pick 7db9f8d C-5: added new commit
  13. pick 2a2e8cf C-6: Removed quick edits
  14.  
  15. pick cf2cf55 C-1: Added new commit
  16. s c7d2f77 C-3: Allow user
  17. s 7db9f8d C-5: added new commit
  18. s 2a2e8cf C-6: Removed quick edits
Add Comment
Please, Sign In to add comment