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 Gitlab-specific push options #94

Closed UnsolvedCypher closed 1 year ago

UnsolvedCypher commented 1 year ago

Add aliases to common GitLab push options. The push options flag is a builtin git feature, but these option names are specific to GitLab.

jhillyerd commented 1 year ago

I'm wondering if we should put stuff outside the core of git behind a config flag... but let's see if anybody complains for now. :)

UnsolvedCypher commented 1 year ago

Wonderful, thank you :) On another note, would you mind adding a tag to the latest code (like v0.1 or something)? I would like to add it as a Nix package and it's nicer if it's versioned in some way.

jhillyerd commented 1 year ago

done