Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add --force-with-lease and --no-edit to completion file
The commands ``` git push --force-with-lease [...] ``` and ``` git commit --amend --no-edit [...] ``` did not auto-complete, now they should One very minor note is that now git commit --n<tab> will force you to disambiguate between --no-edit and --no-verify hopefully users will be able to live with that. Issue: "none" Test plan: Test auto-complete in a terminal
- Loading branch information