Skip to content

Simple scripts which make easier (for ME;) working with multiple Git repositories stored in one directory.

Notifications You must be signed in to change notification settings

jnnt/repos-check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

repos-check

Simple scripts which make easier (for ME;) working with multiple Git repositories stored in one directory.

Scripts:

gstatus [-r] [-p]

List all Git repositories in current directory, with current branch name and number of tracked files to commit.

-p - add information about commits you haven't yet pushed to your remotes (slower)

-r - perform git remote update in each repo, display informations about commits to push AND pull (MUCH slower)

--

gup

Run git up in every Git repo residing directly in current directory.

About

Simple scripts which make easier (for ME;) working with multiple Git repositories stored in one directory.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages