You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The commandlet Get-GitBranch has been removed from the Posh-Git exported commands list. It's still present in the repo utils but has been left out of the export script. Get-GitBranch is very useful to my workflow -- every time I push a new branch, I do
git push -u origin (Get-GitBranch)
Can this be resurrected? Otherwise is there a powershell module I should be using instead?
The text was updated successfully, but these errors were encountered:
Removing Get-GitBranch was part of a deliberate effort (#427) to reduce posh-git's surface area to tab expansion + prompt. You could use If you want PowerShell functions for Git, check out https://github.com/PoshCode/PSGit.
System Details
Issue Description
The commandlet Get-GitBranch has been removed from the Posh-Git exported commands list. It's still present in the repo utils but has been left out of the export script. Get-GitBranch is very useful to my workflow -- every time I push a new branch, I do
git push -u origin (Get-GitBranch)
Can this be resurrected? Otherwise is there a powershell module I should be using instead?
The text was updated successfully, but these errors were encountered: