* Rename the `squash` alias to `prepare` to repurpose it. * Change `squash` alias to `git commit --squash=<commit>`. * Add `fixup` alias to `git commit --fixup=<commit>`. * Set the `rebase.autoSquash` config option to `true`.
10 lines
364 B
YAML
10 lines
364 B
YAML
---
|
|
- location: ~/.config/git
|
|
- symlink:
|
|
- {src: config, dst: ~/.gitconfig}
|
|
- {src: _git-changes, dst: ~/.local/share/zsh/site-functions/_git-changes}
|
|
- {src: _git-fixup, dst: ~/.local/share/zsh/site-functions/_git-fixup}
|
|
- {src: _git-squash, dst: ~/.local/share/zsh/site-functions/_git-squash}
|
|
- repo:
|
|
- git@code.infektor.net:benie/config.git
|