Skip to content

Commit a273b69

Browse files
committed
Further tweak to pull request docs.
1 parent 88c73a1 commit a273b69

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CODING

+2-2
Original file line numberDiff line numberDiff line change
@@ -633,8 +633,8 @@ deserves your options to accelerate it should be (in order of priority):
633633
==================================================
634634

635635
* 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.
638638
* Before you create a pull request do "git fetch origin" and "git rebase
639639
origin/master" (given origin is the remote for upstream and not your own
640640
remote, check your .git/config or do "git remote -v | grep github.com/qgis").

doc/CODING.t2t

+2-2
Original file line numberDiff line numberDiff line change
@@ -605,8 +605,8 @@ deserves your options to accelerate it should be (in order of priority):
605605
==== Best practice for creating a pull request ====
606606

607607
* 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.
610610
* Before you create a pull request do "git fetch origin" and "git rebase
611611
origin/master" (given origin is the remote for upstream and not your own
612612
remote, check your .git/config or do "git remote -v | grep github.com/qgis").

0 commit comments

Comments
 (0)