Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

git-trees is a Git port of the Mercurial extension trees. git-trees helps manage a set of loosely couple Git repositories in a uniform way - commands can in a convenient way be run in multiple nested Git repositories. git-trees will automatically discover any nested Git repositories upon first use, there is no need to configure anything. If eventual nested repositories changes then a user must run git trees treconfigure in order for git-trees to pick up the new hierarchy.

Usage

Code Block
languagebashtext
$ git trees -h
usage: git-trees [options] <COMMAND> [<ARGS>]
	<COMMAND>		  A git/hg command to run once for each repo, or
	treconfigure	to pick up changes in the tree hierarchy
	-m, --mercurial 	Deprecated: force use of mercurial
        	-h, --help      	Show this help text
     	       --version   	Print the version of this tool

...

Skara's gitconfig file comes with a number of aliases defined for the most common Git commands.

Source

See GitTrees.java.