Slide 58
Slide 58 text
GIT REBASE --INTERACTIVE
› git rebase -i master
pick 98425d233 Add nice feature
f 7f7d6a880 FFFuuuu specs failures
# p, pick = use commit
# r, reword = use commit, edit commit message
# e, edit = use commit, stop for amending
# s, squash = use commit, meld into previous
# f, fixup = like "squash", but discard message
# x, exec = run command
# d, drop = remove commit
# If you remove a line THAT COMMIT WILL BE LOST