plugin-git icon indicating copy to clipboard operation
plugin-git copied to clipboard

Git aliases plugin for the Fish shell (similar to oh-my-zsh git)

Results 9 plugin-git issues
Sort by recently updated
recently updated
newest added

``` git fetch origin (__git.default_branch); and git rebase origin/(__git.default_branch) ```

enhancement

I have some of my own commands that I don't want to be completed. However, sometimes it'd be nice to use. Is there a way to "undo" the completion? Like...

It's a hassle to test PRs by hand, and sometimes a breaking change slips through. A script that tests our core internal functions (see `__git.` prefix in https://github.com/jhillyerd/plugin-git/tree/master/functions) would help...

enhancement
help wanted

hello, because gl is both gitless and `git pull` I'm wondering if a little snippet about how to modify the exact abbreviations should be included in the readme. I mean...

fzf could be useful in some scenarios, see https://seb.jambor.dev/posts/improving-shell-workflows-with-fzf/ This should be an option, such that people can disable it if it annoys them.

enhancement

Fixes `bin/grep: warning: stray \ before -` warnings

https://github.com/ohmyzsh/ohmyzsh/blob/master/plugins/git/git.plugin.zsh#L70-L78 imo this should just be the default for gunwip, but up to you

enhancement