jhillyerd / plugin-git

Git aliases plugin for the Fish shell (similar to oh-my-zsh git)
MIT License
607 stars 85 forks source link

Add `gcs` abbreviation. #99

Closed BlockListed closed 1 year ago

BlockListed commented 1 year ago

gcs -> git commit -S is a really useful abbreviation for my usage (and other who sign their commits) and exists in the Oh My Zsh git plugin. I believe this would be a good addition to this plugin.

The current gscam abbreviation does not work for my usecase, since it uses the -a option, which is annoying for people like me who like to split their commits and commit all their code at the end.

jhillyerd commented 1 year ago

Thanks, I'd been planning to add something like this for my own use.