The Synacor git Utilities are a set of git commands developed for use internally
at Synacor that we felt might be useful for the community at large. The primary utility
in this set is git-bulk
, which allows the execution of a git command across multiple
repositories in a common root. This is incredibly useful if you work with a large number
of repositories and want to check them all out to a common branch or push a set of changes
across several repositories to a set of matching remote repositories.
COPYRIGHT AND LICENCE
Copyright (C) 2009 Synacor, Inc.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.