Brett Chalupa
*In this case probably not.
git add --all
git add -p
git diff
git diff --cached
git status
git commit -m 'Quick
change'
git commit -m
is the leading cause of Lazy Commit
Messages.git commit -v
opens your default git editor
for writing a wonderful commit.git commit --amend
git rebase -i
git commit --amend
allows you to add changes to your
stage and adjust your last commit.git rebase --abort
git rebase origin/master
git rebase -i
git rebase -i origin/master