Skip to content

Commit

Permalink
Add remove-gitbranch info to about topic
Browse files Browse the repository at this point in the history
  • Loading branch information
rkeithhill committed Feb 24, 2019
1 parent 3c7409c commit 379de33
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/en-US/about_posh-git.help.txt
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,13 @@ PRIMARY COMMANDS
Returns information about the current Git repository as well as the index
and working directory.

Remove-GitBranch:
Deletes the specified Git branches that have been merged into the commit
specified by the Commit parameter (HEAD by default). You must either
specify a branch name via the Name parameter, which accepts wildard
characters, or via the Pattern parameter, which accepts a regular
expression.

Write-GitStatus:
Given a status object returned by Get-GitStatus, this command formats it
as described above in the GIT STATUS PROMPT section. On a host that
Expand Down

0 comments on commit 379de33

Please sign in to comment.