Skip to content

Commit 45c4804

Browse files
committed
Update README.md
1 parent 40da562 commit 45c4804

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,15 @@
11
# private-gitsync
22
Scripting for synchronizing open-source repositories onto the MapR forks
3+
4+
## How to add a sync entry
5+
6+
1. Edit the script `git-to-git.sh`
7+
2. Go to the list of entries that show a lot of Git repositories
8+
3. Understand that each row is in the following format:
9+
* Column 1: Original repository for the open-source project
10+
* Column 2: MapR fork of the repository
11+
* Column 3: short and convenient name for the project. This can be anything as long as it is a unique string.
12+
4. Insert the entry you want. Here is an example for HBase:
13+
* `[email protected]:apache/hbase.git [email protected]:mapr/hbase.git hbase`
14+
* `[email protected]:apache/hbase.git [email protected]:mapr/private-hbase.git private-hbase`
15+
5. Save your commit, and submit it as a pull request.

0 commit comments

Comments
 (0)