Git
see also: Git Spelunking
- decentralised git-powered code collaboration platform: https://radicle.xyz/
- see also: Scuttlebutt
- by default, git looks for a global .gitignore file at
~/.config/git/ignore
Master/Main
Rebase
Fixup
- to fixup a commit based on message:
git commit --fixup :/PreviousMessageStart
- to fixup most recent commit:
git commit --fixup @