Monday, 31 October 2016

git rebase 2

26 reorder the commits that haven't pushed to the public
git rebase -i HEAD~2
Don't do this once the changesets are pushed to the public.

No comments:

Post a Comment