Don't do these if it takes more than 5 minutes, but I would consider squashing all the readme tweaks into one commit (rebase -i develop, and put f in front of all tweak commits after the first).
And changing vagrant@vagrant the author field of commits to yourself (commit --amend --author "first last x@y.com --no-edit").
Don't do these if it takes more than 5 minutes, but I would consider squashing all the readme tweaks into one commit (
rebase -i develop
, and putf
in front of all tweak commits after the first).And changing vagrant@vagrant the author field of commits to yourself (
commit --amend --author "first last x@y.com --no-edit"
).