Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. git commit --allow-empty
  2.  
  3. git commit --amend
  4. git push --force-with-lease # (as opposed to --force, it doesn't overwrite others' work)
  5.  
  6. Commit message errata for [commit sha1]
  7.  
  8. [new commit message]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement