Skip to content

yilmazbuhar/git-migration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Git Migration

Git file system backup.

Usage

.\git_backup.ps1 platformName

Supported Platforms github, bitbucket

Configuration

Github configuration

{
	"username":"{username}",
	"password":"{password}",
	"apiurl":"https://api.github.com/user/repos?per_page=100&page=",
	"giturl":"https://{username}@github.com",
	"destinationAddress":"https:***"
}

Bitbucket configuration

{
	"username":"{username}",
	"password":"{password}",
	"apiurl":"https://api.bitbucket.org/2.0/repositories/{workspace}?pagelen=100&page=",
	"giturl":"https://{username}@bitbucket.org",
	"destinationAddress":"https:***"
}

About

Git file system backup

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published