Skip to content
/ noty Public

Commit 6967828

Browse files
committed
pull request guide added
1 parent 7446094 commit 6967828

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ Documentation and examples are here: <http://needim.github.io/noty>
4343
2. If you cloned a while ago, get the latest changes from upstream:
4444

4545
```bash
46-
git checkout master
47-
git pull upstream master
46+
git checkout develop
47+
git pull upstream develop
4848
```
4949

5050
3. Create a new topic branch (off the main project development branch) to
@@ -63,7 +63,7 @@ Documentation and examples are here: <http://needim.github.io/noty>
6363
5. Locally merge (or rebase) the upstream development branch into your topic branch:
6464

6565
```bash
66-
git pull [--rebase] upstream master
66+
git pull [--rebase] upstream develop
6767
```
6868

6969
6. Push your topic branch up to your fork:

0 commit comments

Comments
 (0)