Skip to content

Commit 9efcf0e

Browse files
committed
Add write access git url
1 parent f4b2c9f commit 9efcf0e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ Here are some things you will need to build and test Zeppelin.
6969
### Software Configuration Management (SCM)
7070

7171
Zeppelin uses Git for its SCM system. `http://git.apache.org/incubator-zeppelin.git` you'll need git client installed in your development machine.
72+
For write access, `https://git-wip-us.apache.org/repos/asf/incubator-zeppelin.git`
7273

7374
### Integrated Development Environment (IDE)
7475

@@ -114,7 +115,7 @@ To build the code, install
114115
* Apache Maven
115116

116117
## Getting the source code
117-
First of all, you need the Zeppelin source code. The official location for Zeppelin is [http://git.apache.org/incubator-zeppelin.git](http://git.apache.org/incubator-zeppelin.git)
118+
First of all, you need the Zeppelin source code. The official location for Zeppelin is [http://git.apache.org/incubator-zeppelin.git](http://git.apache.org/incubator-zeppelin.git).
118119

119120
### git access
120121

@@ -130,6 +131,11 @@ You may also want to develop against a specific release. For example, for branch
130131
git clone -b branch-0.1 http://git.apache.org/incubator-zeppelin.git zeppelin
131132
```
132133

134+
or with write access
135+
136+
```
137+
git clone https://git-wip-us.apache.org/repos/asf/incubator-zeppelin.git
138+
```
133139

134140
### Fork repository
135141

0 commit comments

Comments
 (0)