Git Product home page Git Product logo

github-codecommit-archive's Introduction

Rationale

Github bills per repository. AWS CodeCommit, on the other hand, charges per-user (mostly).

You can save money on your Github subscription by moving unused projects to CodeCommit.

About

The migrate script will move all unmerged branches in a repository to AWS CodeCommit from Github. It will also create a JSON file for the issues and pull requests open on Github and check those files into the master branch of the project in CodeCommit.

Is it any good?

Yes.

It saves you money.

Setup

Install the AWS Command Line Tools and configure a user profile. You should already be familiar with hosting code with CodeCommit, and have your SSH key attached to your IAM user account and have your .ssh/config settings in place.

The script assumes you are using Two Factor Authentication. You'll need the current code (one time password), see GH_OTP below. Otherwise, you can create your own OAuth token and pass it in as GH_TOKEN.

Running

export GH_USERNAME=todd
export GH_PASSWORD=secret
export GH_OTP=123456

./mirror xtoddx/github-codecommit-archive

Cleanup

The script doesn't delete the repository from Github. Take a moment and say your goodbyes.

Also delete the OAuth Token (named CC-Migrate) that was created.

License

MIT. Contributions welcome.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.