1.0.1 • Published 6 years ago

git-manage v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

git-manage

Build Status npm version A cli tool to manage syncing of all local git repositories to their remotes

Installation

npm install git-manage

Usage

CommandDefinition
-V, --versionoutput the version number
-a, --add [repo]Add a git repo to manage list
-l, --listList all tracked git repos
-r, --remove [repo]Remove an entry from managed list
--remove-allRemove all repos from managed list
-s, --syncSyncs all added repos to remote
--sync-one [repo]Syncs specific repo to remote
--select [repo]Used to specify branch for further action
-b, --branch [branch]Add branch to add to managed list, requires --select
--remove-branch [branch]Removes branch from managed list, requires --select
-h, --helpoutput usage information

Sync

By default, only the master branch is synced, you can add more with --branch

The -s option syncs all of the watched repos on the list to their masters. However using the --sync-one [repo] can be used to exclusively sync one repository to its remote.

The -b and --branch options require a specified --select [repo] in order to add a branch to the managed list.

1.0.1

6 years ago

1.0.0

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago