Giter Club home page Giter Club logo

gitsync's Introduction

GitSync

Description

Synchronize local copies of github account repos and starred repos.

Useful for maintaining a workspace across multiple machines.

Usage

Set the following variables in your bash profile:

export JFCAMERON_GITSYNC_USER="jfcameron"
export JFCAMERON_GITSYNC_PATH_TO_WORKSPACE="~/Workspace"

then refer to gitsync.sh -h:

#---------------------------------------------------------------------
#
# gitsync.sh -- help info 
#
# Summary:
#   Synchronize local copies of github account repos and starred repos.
#   Useful for maintaining a github workspace across multiple machines.
# 
# Example Usage:
#   gitsync.sh pull --personal
#   gitsync.sh push
# 
# gitsync.sh: [ -h clone pull push status ]
#   option: -h
#     print this help page
# 
#   option: clone [ -a/--all, -p/--personal, -s/--starred ]
#     clone [...] repos on your github account.
# 
#   option: pull [ -a/--all, -p/--personal, -s/--starred ]
#     fetch --all;submodule update --init --recursive; pull [...]
#     repos in workspace.
# 
#   option: push []
#     add --all; commit; push [personal] repos in workspace.
# 
#   option: status [ -a/--all, -p/--personal, -s/--starred ]
#      status [...] repos in workspace.
# 
# Config:
#   JFCAMERON_GITSYNC_USER: name of your github account.
# 
#   JFCAMERON_GITSYNC_PATH_TO_WORKSPACE: 
#     path to the directory which will hold all your local copies.
# 
# Author:
#   Written by Joseph Cameron
#   Created on 2017-11-15.
# 
#---------------------------------------------------------------------

consider adding gitsync to your path for the most convenience.

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.