https://github.com/gbeal/Split-MonoRepo
Powershell script to split a git monolithic repository into smaller repositories
https://github.com/gbeal/Split-MonoRepo
Last synced: 4 months ago
JSON representation
Powershell script to split a git monolithic repository into smaller repositories
- Host: GitHub
- URL: https://github.com/gbeal/Split-MonoRepo
- Owner: gbeal
- License: mit
- Created: 2020-02-05T03:31:57.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-14T13:59:52.000Z (about 5 years ago)
- Last Synced: 2024-08-13T07:06:43.135Z (8 months ago)
- Language: PowerShell
- Size: 8.79 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - gbeal/Split-MonoRepo - Powershell script to split a git monolithic repository into smaller repositories (PowerShell)
README
# Split-MonoRepo
Powershell script to split a git monolithic repository into smaller repositoriesThis program runs commands:
* use the "git subtree" command to isolate each solution into a branch
* create a new local repository from the branches created above
* remotely create an Azure DevOps repository
* push the new repo to Azure DevOpsThere are several prerequisites:
* the Azure DevOps extentions to the Azure CLI - https://github.com/Azure/azure-devops-cli-extension
* Powershell
* git, including the subtree module