jhillyerd / plugin-git

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

Port some functions from OMZ Git #39

Closed novadev94 closed 4 years ago

novadev94 commented 4 years ago

I ported some functions from OMZ Git plugin. Most of them follow the OMZ Git's conventions, except some conflicting with current abbreviations - or to fit current convention.

I split them into small commits, so feel free to reject some of them if you think they don't fit current convention.

novadev94 commented 4 years ago

I'll squash the commits after reviews are done to avoid polluting the history.

jhillyerd commented 4 years ago

I think I've seen all the changes now. Any other squashing that needs to be done? I'd rather we don't squash the whole thing into a single commit, too many things changing at once.

novadev94 commented 4 years ago

@jhillyerd Finished my squashing :D