Thanks to visit codestin.com
Credit goes to github.com

Skip to content

pawelwar/group-pull

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

group pull

The script allows you to update multiply repos by single request. You can define pattern of the directories which should be taken into consideration.

Invokation

gpull [part of the directories name]

or just

gpull

Example

Directorie structure:
tree .
├── test.configuration DONE
├── test.integrator DONE
├── test.libraries DONE
├── test.util-components DONE
├── test.authentication DONE
├── aaa.login-service
├── aaa.auth-service
└── priv.project-x
Run script:
gpull test
Result
* Update test.configuration DONE
* Update test.integrator DONE
* Update test.libraries DONE
* Update test.util-components fatal: Not possible to fast-forward, aborting.
* Update test.authentication DONE

Repositories: aaa.login-service, aaa.auth-service, priv.project-x was skipped.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages