Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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