Coder Social home page Coder Social logo

cjrh / clonymccloneface Goto Github PK

View Code? Open in Web Editor NEW
4.0 3.0 1.0 105 KB

Clone all your github repos AND set upstream for your forks

License: GNU Affero General Public License v3.0

Rust 100.00%
automation github-api cloning setup-development-environment setup-tool

clonymccloneface's Introduction

clonymccloneface

Clone all your github repos AND set upstream for your forks

Demo

You need to:

  • have git installed
  • have a personal access token
$ clonymccloneface --token "df79XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" -u cjrh .
✅ Cloned dockerctx
✅ Cloned easycython
✅ Cloned enumerate_reversible
✅ Cloned excitertools
✅ Cloned fileinput.rs  (and set upstream repo)
⡏ Cloning flashtext...

Overview

For each repo in your github account, it will:

  • Clone the repo
  • If the repo is a fork, it will also set the "upstream" remote in your working copy.

Roughly, the equivalent of these commands:

$ git clone [email protected]:<user>/<repo>.git
$ cd <repo>
$ git remote add upstream [email protected]:<upstream>/<repo>.git

clonymccloneface's People

Contributors

cjrh avatar dependabot-preview[bot] avatar dependabot[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

5l1v3r1

clonymccloneface's Issues

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.