Code Monkey home page Code Monkey logo

git-activity-sync's Introduction

Git Activity Sync

Keeps your GitHub contributions graph on your main account up to date by copying activity from another account.

Usage

Set up a job to run this image once per day, making sure to pass in the following environment variables:

Variable Description Example
SOURCE_USER Username of the GitHub account you wish to clone activity from. You will need to enable private contributions on your profile if you want them to be cloned. YourWorkAccount
DESTINATION_REMOTE SSH remote URL for the repo you want to mirror commits to. This would ideally be a private repo. [email protected]:tim-ings/git-activity-sync-mirror.git
GIT_AUTHOR_NAME The same name you use when making commits with your main account Tim Ings
GIT_AUTHOR_EMAIL The same email you use when making commits with your main account [email protected]
DESTINATION_BRANCH The branch of the mirror repo that the commits will be made to main
DEPLOY_KEY Base64 encoded private deploy key that has write access to your mirror repo aHVudGVyMiAtbgo=

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.