mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
Further tweak to pull request docs.
This commit is contained in:
parent
88c73a13c5
commit
a273b69a4c
4
CODING
4
CODING
@ -633,8 +633,8 @@ deserves your options to accelerate it should be (in order of priority):
|
||||
==================================================
|
||||
|
||||
* Always start a feature branch from current master.
|
||||
* If you are coding a feature branch, don't "merge" anything in other than
|
||||
master (see below).
|
||||
* If you are coding a feature branch, don't "merge" anything in to that branch,
|
||||
rather rebase as described in the next point to keep your history clean.
|
||||
* Before you create a pull request do "git fetch origin" and "git rebase
|
||||
origin/master" (given origin is the remote for upstream and not your own
|
||||
remote, check your .git/config or do "git remote -v | grep github.com/qgis").
|
||||
|
@ -605,8 +605,8 @@ deserves your options to accelerate it should be (in order of priority):
|
||||
==== Best practice for creating a pull request ====
|
||||
|
||||
* Always start a feature branch from current master.
|
||||
* If you are coding a feature branch, don't "merge" anything in other than
|
||||
master (see below).
|
||||
* If you are coding a feature branch, don't "merge" anything in to that branch,
|
||||
rather rebase as described in the next point to keep your history clean.
|
||||
* Before you create a pull request do "git fetch origin" and "git rebase
|
||||
origin/master" (given origin is the remote for upstream and not your own
|
||||
remote, check your .git/config or do "git remote -v | grep github.com/qgis").
|
||||
|
Loading…
x
Reference in New Issue
Block a user