Guest User

Untitled

a guest
Jul 21st, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. - Rebase: `git rebase -i origin/master~NUMBER_OF_COMMITS_MINUS_ONE master`
  2. - Edit according to instructions
  3. - Set commit date as author date: `git filter-branch -f --env-filter 'GIT_COMMITTER_DATE=$GIT_AUTHOR_DATE; export GIT_COMMITTER_DATE'`
  4. - Force push: `git push origin +master`
Add Comment
Please, Sign In to add comment