Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Function Get-GitBranch is missing from posh-git 1.0 #646

Closed
pchung13 opened this issue Nov 30, 2018 · 2 comments
Closed

Function Get-GitBranch is missing from posh-git 1.0 #646

pchung13 opened this issue Nov 30, 2018 · 2 comments

Comments

@pchung13
Copy link

System Details

  • posh-git version/path: 1.0.0 beta2 ~\Documents\WindowsPowerShell\Modules\posh-git\1.0.0
  • PowerShell version: 5.1.17134.407
  • git version 2.19.1.windows.1
  • OS: Microsoft Windows NT 10.0.17134.0

Issue Description

Get-GitBranch functionality is missing in 1.0+.

[11-30 15:47:10] C:\Users\pachun
> Get-GitBranch
Get-GitBranch : The term 'Get-GitBranch' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ Get-GitBranch
+ ~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (Get-GitBranch:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

Looks like it is missing from the psm1 and psd1 files?

@rkeithhill
Copy link
Collaborator

This was removed in PR #427

@pchung13
Copy link
Author

pchung13 commented Dec 1, 2018

ah, missed that

@pchung13 pchung13 closed this as completed Dec 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants