ZEPPELIN-657: Change 'release' -> 'branch' in howtocontribute.md

This commit is contained in:
Ryu Ah young 2016-02-08 14:34:46 +09:00
parent 813b438cf4
commit 2144bcc53e

View file

@ -40,7 +40,7 @@ Get the source code on your development machine using git.
git clone git://git.apache.org/incubator-zeppelin.git zeppelin
```
You may also want to develop against a specific release. For example, for branch-0.5.6
You may also want to develop against a specific branch. For example, for branch-0.5.6
```
git clone -b branch-0.5.6 git://git.apache.org/incubator-zeppelin.git zeppelin