1.0.1 • Published 7 years ago

git-manage v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
7 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

7 years ago

1.0.0

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago