Slide 45
Slide 45 text
SKILL LEVEL ASIAN:
INTERACTIVE REBASING
$ git rebase -i
pick 7f3019b Removed APASUT overrides from all SDKs
pick f83aba2 Added APASUT flag to all SDKs
pick 5c335bc Flag checking
pick 8363137 typo
# Commands:
# p, pick = use commit
# r, reword = use commit, but edit the commit message
# e, edit = use commit, but stop for amending
# s, squash = use commit, but meld into previous commit
# f, fixup = like "squash", but discard this commit's log message
# x, exec = run command (the rest of the line) using shell