< Back
Git-PullWorkingDirectory
Post
NAME Git-PullWorkingDirectory
SYNOPSIS
Pull for each directory in your WorkingDirectory directory
SYNTAX
Git-PullWorkingDirectory [-WorkingDirectory] <String> [[-Sleep] <Int16>] [-WhatIf] [<CommonParameters>]
DESCRIPTION
PARAMETERS
-WorkingDirectory <String>
Your working directory, pull will be executed on all child folders.
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Sleep <Int16>
Use sleep if you wannt to add some dely before closing the powershell host.
Delay in seconds.
Required? false
Position? 2
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
-WhatIf [<SwitchParameter>]
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? 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
OUTPUTS
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Git-OpenOriginUrl 'C:\\Code\\Powershell'
RELATED LINKS
SYNOPSIS
Pull for each directory in your WorkingDirectory directory
SYNTAX
Git-PullWorkingDirectory [-WorkingDirectory] <String> [[-Sleep] <Int16>] [-WhatIf] [<CommonParameters>]
DESCRIPTION
PARAMETERS
-WorkingDirectory <String>
Your working directory, pull will be executed on all child folders.
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Sleep <Int16>
Use sleep if you wannt to add some dely before closing the powershell host.
Delay in seconds.
Required? false
Position? 2
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
-WhatIf [<SwitchParameter>]
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? 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
OUTPUTS
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Git-OpenOriginUrl 'C:\\Code\\Powershell'
RELATED LINKS