Advertisement
Guest User

Untitled

a guest
Jan 12th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. ```
  2. $ git rebase -i HEAD~15 # change pick to edit of those you want to change
  3. $ git commit --amend --author="tripattern <systems@tripattern.com>"
  4. $ git rebase --continue
  5. $ # Do the above several times until there are no items left to rebase
  6. $ git push -f
  7. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement