We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7446094 commit 6967828Copy full SHA for 6967828
README.markdown
@@ -43,8 +43,8 @@ Documentation and examples are here: <http://needim.github.io/noty>
43
2. If you cloned a while ago, get the latest changes from upstream:
44
45
```bash
46
- git checkout master
47
- git pull upstream master
+ git checkout develop
+ git pull upstream develop
48
```
49
50
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>
63
5. Locally merge (or rebase) the upstream development branch into your topic branch:
64
65
66
- git pull [--rebase] upstream master
+ git pull [--rebase] upstream develop
67
68
69
6. Push your topic branch up to your fork:
0 commit comments