This is an old revision of the document!
Things to learn through repetition.
See git for general notes.
git commit –fixup <commit>
: automatically marks your commit as a fix of a previous commitgit rebase -i –autosquash
: automatically organize merging of these fixup commits and associated normal commitsCommand | Notes |
---|---|
git commit –fixup <commit> | automatically marks your commit as a fix of a previous commit |
git rebase -i –autosquash | automatically organize merging of these fixup commits and associated normal commits |
Autocomplete
Navigation