Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iamflowz/migrate-from-code-commit
A couple bash scripts to help migrate away from CodeCommit (or other source control providers)
https://github.com/iamflowz/migrate-from-code-commit
aws aws-codecommit bash bash-script developer-tools devops
Last synced: 16 days ago
JSON representation
A couple bash scripts to help migrate away from CodeCommit (or other source control providers)
- Host: GitHub
- URL: https://github.com/iamflowz/migrate-from-code-commit
- Owner: IamFlowZ
- License: other
- Created: 2024-07-31T15:51:40.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-09T00:32:55.000Z (3 months ago)
- Last Synced: 2024-10-31T10:05:10.525Z (16 days ago)
- Topics: aws, aws-codecommit, bash, bash-script, developer-tools, devops
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Migrating from CodeCommit
Here's a small bash script to make moving from CodeCommit to a new Source Control provider simple.
I've also tried to provide some sanity checks and warnings as part of the script to help ensure the smoothest transition possible.
There's still manual steps that will have to be done (mostly involving communicating with other users of the repo).
Additionally you can pass the bash script to users and have them omit the final argument and answer "yes" to the replacement step. Doing so should result in their origin being updated to the one you've provided.## Getting Started
## Contributing
Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code
of conduct, and the process for submitting pull requests to us.## Authors
- **Dakota Lewallen** - *Author* - [Github](https://github.com/iamflowz)
- **Billie Thompson** - *Provided README Template* -
[PurpleBooth](https://github.com/PurpleBooth)See also the list of
[contributors](https://github.com/PurpleBooth/a-good-readme-template/contributors)
who participated in this project.## License
This project is licensed under the [Apache 2.0](LICENSE.md) License - see the [LICENSE.md](LICENSE.md) file for
details