Skip to content

WIP: PowerShell Module to manage various repositories in a terminal environment

License

Notifications You must be signed in to change notification settings

Advanced-Systems/repomanager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

WIP: PowerShell Module to manage various repositories in a terminal environment

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published