-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
19 lines (14 loc) · 901 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
GIT Extern
-----------
A simple script to manage multiple sub-repos concurrently, similar to svn:externs.
Using this tool, you can manage one or more 'sub repos' inside a 'super repo'.
It consists of 2 files, both part of the super repo:
1) .extern
2) repoinit.sh
The user will clone the super repo, as usual. Immediately followed by running the 'repoinit.sh' script.
The later will read the .extern file, to identify sub repo(s). These sub repo(s) will be cloned into
a folder inside the root folder of the super repo.
Following this step, the script will initiazlie some additional command aliases. These command aliases
will perform composite actions on both repose. The aliases are named by appending 'm' to the underlying
singular git command. e.g 'mpull' will be a composite git command, that will perform 'pull' operation
on the super repo, and then on the sub repo(s).