learn
This is an old revision of the document!
Learn
Things to learn through repetition.
Git
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 commits
Command | 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 |
Vim
Autocomplete
Navigation
learn.1656256706.txt.gz · Last modified: 2023/04/12 20:44 (external edit)