git/_git-changes
Kenneth Benzie (Benie) 929cb896b1 Add aliases for working with autosquash rebases
* 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`.
2018-08-13 12:21:03 +01:00

7 lines
147 B
Bash

#compdef git-changes
#description Compare changes on this branch with another.
_arguments '1: :__git_remote_branch_names_noprefix'
# vim: ft=zsh