< Back

List-GithubBranches

Mon Jan 13, 2020 8:44 pm

NAME List-GithubBranches



SYNTAX

List-GithubBranches [-githubuser] <string> [-githubrepository] <string> [<CommonParameters>]





PARAMETERS

-githubrepository <string>



Required? true

Position? 1

Accept pipeline input? false

Parameter set name (All)

Aliases None

Dynamic? false



-githubuser <string>



Required? true

Position? 0

Accept pipeline input? false

Parameter set name (All)

Aliases None

Dynamic? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).





INPUTS

None





OUTPUTS

System.Object



ALIASES

None





REMARKS

None





description : {@{Text=This function will create a new Github repository via the Github REST API.}}

syntax : @{syntaxItem=@{name=New-GithubRepository; parameter=System.Management.Automation.PSObject[]}}

parameters : @{parameter=System.Management.Automation.PSObject[]}

examples : @{example=@{introduction=System.Management.Automation.PSObject[]; code=New-GithubRepository

-repository_name Demo -repository_description 'This is a demo repo' -repository_homepage

'http://www.david-obrien.net' -repository_private true -repository_has_issues false

-repository_has_wiki false -repository_has_downloads true;

remarks=System.Management.Automation.PSObject[]; title=-------------------------- EXAMPLE 1

--------------------------}}

details : @{name=New-GithubRepository; description=System.Management.Automation.PSObject[]}

xmlns:maml : http://schemas.microsoft.com/maml/2004/10

xmlns:command : http://schemas.microsoft.com/maml/dev/command/2004/10

xmlns:dev : http://schemas.microsoft.com/maml/dev/2004/10

Name : New-GithubRepository

Category : Function

Synopsis : Create a new Github repository

Component :

Role :

Functionality :

ModuleName : GithubConnect