< Back

Set-DevDirectory

Mon Jan 13, 2020 8:33 pm

NAME Set-DevDirectory



SYNOPSIS

Configures the dev directory used by Git-Tool and returned by the Get-DevDirectory command.





SYNTAX

Set-DevDirectory [-Path] <String> [<CommonParameters>]





DESCRIPTION

Sets the directory used to host your development repositories for your current session.





PARAMETERS

-Path <String>

The directory within which all of your repositories are stored. Defaults to the value of $GitTool.Directory

if not specified.



Required? true

Position? 1

Default value

Accept pipeline input? true (ByValue)

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:\\>Set-DevDirectory C:\\dev\\















RELATED LINKS