Skip to content

lonord/batchpull

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

batchpull

A tool for batch updating git repositories.

中文说明

Install

$ go get github.com/lonord/batchpull

Example

A directory which contains some git repos.

$ pwd
/path/to/directory
$ ls
repo_foo    repo_bar    repo_other

Execute batchpull in this directory.

$ batchpull
[PULL] repo_foo... OK
[PULL] repo_bar... OK
[PULL] repo_other... OK

And now these repos is up-to-date.

License

MIT

About

A tool for batch updating git repositories

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages