Skip to content

Pop GitSSH

apobekiaris edited this page Sep 4, 2020 · 4 revisions

external help file: XpandPwsh-help.xml Module Name: XpandPwsh schema: 2.0.0

Pop-GitSSH

SYNOPSIS

Pull from a Git repository using SSH.

SYNTAX

Pop-GitSSH [[-PagentPath] <String>] [[-PPKPath] <String>] [[-PLinkPath] <String>] [<CommonParameters>]

DESCRIPTION

Pull from a Git repository using SSH.

EXAMPLES

Example 1

PS C:\Work\eXpandFramework\DevExpress.XAF [lab11 +0 ~2 -0 !]> Pop-GitSSH
From github.com:eXpandFramework/DevExpress.XAF
 * [new tag]           2.201.2.0  -> 2.201.2.0
 * [new tag]           2.201.2.1  -> 2.201.2.1
 * [new tag]           2.201.2.2  -> 2.201.2.2
 * [new tag]           2.201.2.3  -> 2.201.2.3
Auto-merging src/Modules/LookupCascade/Readme.md
Auto-merging go.ps1
CONFLICT (content): Merge conflict in go.ps1
Automatic merge failed; fix conflicts and then commit the result.

Pull from the DevExpress.XAF repository.

PARAMETERS

-PLinkPath

{{ Fill PLinkPath Description }}

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-PPKPath

{{ Fill PPKPath Description }}

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-PagentPath

{{ Fill PagentPath Description }}

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

None

OUTPUTS

System.Object

NOTES

RELATED LINKS

image

image


Star the project if you think it deserves it.

GitHub stars

Fork the project to extend and contribute.

GitHub forks

Clone this wiki locally