Skip to content

Commit 14d6f6f

Browse files
authored
Merge pull request #937 from GIScience/fix-contribute-guideline
change rebase from development to master
2 parents df472c8 + 03456f6 commit 14d6f6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ We'd like all pull requests to adhere to the following rules:
6767
```
6868
git checkout my-new-feat
6969
git stash
70-
git rebase development
70+
git rebase master
7171
git stash pop
7272
```
7373

0 commit comments

Comments
 (0)