Skip to content

Push GitSSH

apobekiaris edited this page Sep 4, 2020 · 5 revisions

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

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

Push-GitSSH

SYNOPSIS

Push to a remote a Git repository using SSH.

SYNTAX

Push-GitSSH [-AddAll] [-Message <String>] [-Force] [-PagentPath <String>] [-PPKPath <String>]
 [-PLinkPath <String>] [<CommonParameters>]

DESCRIPTION

Push to a remote a Git repository using SSH.

EXAMPLES

Example 1

PS C:\> Push-GitSSH -AddAll -Message $newVersion -Force

PARAMETERS

-AddAll

{{ Fill AddAll Description }}

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

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

-Force

{{ Fill Force Description }}

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

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

-Message

{{ Fill Message Description }}

Type: String
Parameter Sets: (All)
Aliases:

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

-PLinkPath

{{ Fill PLinkPath Description }}

Type: String
Parameter Sets: (All)
Aliases:

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

-PPKPath

{{ Fill PPKPath Description }}

Type: String
Parameter Sets: (All)
Aliases:

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

-PagentPath

{{ Fill PagentPath Description }}

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
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