jhillyerd / plugin-git

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

Use abbreviations instead of functions for simple aliases #98

Closed niklasnatter closed 1 year ago

niklasnatter commented 1 year ago

I think it would be nice to use abbreviations instead of functions when possible because it allows the user to see the full command easily.

Closes https://github.com/jhillyerd/plugin-git/issues/97

jhillyerd commented 1 year ago

Can you revert some of the unnecessary readme changes? It's intentional that less commonly used commands are described, instead of being pasted in directly, I don't want folks to have to dive into the git docs immediately to even understand what something does.

niklasnatter commented 1 year ago

Can you revert some of the unnecessary readme changes? It's intentional that less commonly used commands are described, instead of being pasted in directly, I don't want folks to have to dive into the git docs immediately to even understand what something does.

Yeah sure, no problem. Which ones should be reverted/should stay?

jhillyerd commented 1 year ago

Thanks!