diff --git a/packages.json b/packages.json index 33fa606..ffd8694 100644 --- a/packages.json +++ b/packages.json @@ -124,5 +124,17 @@ "description": "Small tool to auto-start multiple programs in a music session.", "license": "BSD3", "web": "http://git.jdb-labs.com/jdb/start-session" + }, + { + "name": "git_pull_all", + "url": "http://git.jdb-labs.com/jdb/git-pull-all.git", + "method": "git", + "tags": [ + "commandline", + "git" + ], + "description": "Small tool to pull updates for all git repos in a set of directories.", + "license": "BSD3", + "web": "http://git.jdb-labs.com/jdb/git-pull-all" } ]