Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1 KB

README.md

File metadata and controls

40 lines (29 loc) · 1 KB

Advanced Systems RepoManager

Basic Usage

Open the configuration file to customize repository container. The exact location of the settings file varies between the two major platforms:

$windows = $env:AppData\RepoManager\config.json
$unix = ~\.repomanager\config.json

Remarks

Configure ssh-agent to run automatically (requires admin privileges):

Start-Service ssh-agent -StartupType Automatic

If your private SSH key is not stored in one of the defaults locations (like ~/.ssh/id_rsa), you'll need to tell your SSH authentication agent where to find it. To add your key to ssh-agent, run

ssh-add $home\.ssh\<private_key>

Cmdlets

  • Get-Branch
  • Get-Repository
  • Import-Repository
  • Remove-Repository