User Tools

Site Tools


learn

This is an old revision of the document!


Table of Contents

Learn

Things to learn through repetition.

Git

fixup and squash

  • 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
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

stash

Vim

Autocomplete

Navigation

learn.1656256706.txt.gz · Last modified: 2023/04/12 20:44 (external edit)