pf-git.psd1

@{
  RootModule = 'pf-git.psm1'
  ModuleVersion = '1.0.0.95'
  GUID = 'f3aaf90e-c49c-4c52-8245-7021c574cc37'
  Author = 'John.Leyva'
  CompanyName = 'Unknown'
  Copyright = '(c) John.Leyva. All rights reserved.'
  Description = 'pf-git'
  FunctionsToExport =
    'Add-GIT_Changes',
    'Clear-GIT',
    'Compress-Git',
    'Copy-Git_Source',
    'Export-Git',
    'Get-Git_Author_Last',
    'Get-Git_Branch',
    'Get-Git_BranchName',
    'Get-Git_Changed',
    'Get-Git_HeadHash',
    'Get-Git_Info',
    'Get-Git_Log',
    'Get-Git_Ref',
    'Get-Git_Remote',
    'Get-Git_RepositoryName',
    'Get-Git_RootFolder',
    'Get-GitCommitCount',
    'Initialize-Git_CLI',
    'Initialize-Git_EnsureRepository',
    'New-Git_Clone',
    'New-GIT_Commit',
    'New-Git_Tag',
    'push-GIT',
    'Remove-Git_Branch',
    'Reset-Git_Configuration',
    'Set-Git_Author_Default',
    'Set-Git_Proxy',
    'Test-GIT',
    'Unlock-GIT_RepositoryFolder'
  CmdletsToExport = @()
  VariablesToExport = '*'
  AliasesToExport = @()
  PrivateData = @{PSData = @{}}
}