From 577782d5a4e4cdc649db671165b24026ab03a0a8 Mon Sep 17 00:00:00 2001 From: Jonathan Bernard Date: Tue, 15 Aug 2017 16:48:11 -0500 Subject: [PATCH] Added git-pull-all project. --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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" } ]