powershell-git-aliases icon indicating copy to clipboard operation
powershell-git-aliases copied to clipboard

:octocat: Oh My Zsh's Git aliases for PowerShell.

Results 20 powershell-git-aliases issues
Sort by recently updated
recently updated
newest added

`aliases.ps1` removes powershell's built-in aliases, however, not all users would consider that behavior desirable. One possible alternative is that `Import-Module git-aliases -DisableNameChecking` doesn't remove those aliases silently and only defines...

- [x] Add `gbd` - [ ] Add `ggpnp` Resolve #32. Resolve #31.

It seems like this module is missing gbd, a useful alias provided by [Oh My Zsh's git plugin](https://github.com/ohmyzsh/ohmyzsh/pull/5417)

No (documented) way to list the aliases introduced by this module. Ideally, they should be listed by the `alias` command.

After installing the posh-git module, the previous tab-completion provided by posh-git does not work with git-aliases. Is there any way to integrate it?

help wanted

It seems like this module is missing `ggpnp`, a useful alias provided by [Oh My Zsh's git plugin](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/git)

Here are two aliases I use regulary from oh my zsh git plugin.

I'm not sure if this is the right place to raise this issue. I love these shortcuts. But I can't do stuff like branch auto complete.Like if I run this...

i've installed oh-my-posh from winget, if there a script for winget will be very nice :)