Commit a273b69 1 parent 88c73a1 commit a273b69 Copy full SHA for a273b69
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -633,8 +633,8 @@ deserves your options to accelerate it should be (in order of priority):
633
633
==================================================
634
634
635
635
* Always start a feature branch from current master.
636
- * If you are coding a feature branch, don't "merge" anything in other than
637
- master (see below) .
636
+ * If you are coding a feature branch, don't "merge" anything in to that branch,
637
+ rather rebase as described in the next point to keep your history clean .
638
638
* Before you create a pull request do "git fetch origin" and "git rebase
639
639
origin/master" (given origin is the remote for upstream and not your own
640
640
remote, check your .git/config or do "git remote -v | grep github.com/qgis").
Original file line number Diff line number Diff line change @@ -605,8 +605,8 @@ deserves your options to accelerate it should be (in order of priority):
605
605
==== Best practice for creating a pull request ====
606
606
607
607
* Always start a feature branch from current master.
608
- * If you are coding a feature branch, don't "merge" anything in other than
609
- master (see below) .
608
+ * If you are coding a feature branch, don't "merge" anything in to that branch,
609
+ rather rebase as described in the next point to keep your history clean .
610
610
* Before you create a pull request do "git fetch origin" and "git rebase
611
611
origin/master" (given origin is the remote for upstream and not your own
612
612
remote, check your .git/config or do "git remote -v | grep github.com/qgis").
You can’t perform that action at this time.
0 commit comments