Goal: Now that we've learned about how to change previous commits, let's put this new information into practice!
git commit --amend
command to change a commit message?git rebase -i
command can do?Complete the following exercise.
Using the process outlined in the "Git: Rewriting History with Rebase" lesson, go back and alter two of the commits from a previous project:
--amend
flag to change the most recent commit.Everyone in your pair or group should alter two commits.