8000
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 4929a77 commit 16e9eb6Copy full SHA for 16e9eb6
doc/devel/coding_guide.rst
@@ -206,7 +206,10 @@ commit to along with the SHA in a comment on the original PR.
206
207
Assuming we have ``matplotlib`` as a read-only remote to the
208
matplotlib/matplotlib repo and ``DANGER`` as a read/write remote to
209
-the matplotlib/matplotlib repo, we do a backport from master to 2.x ::
+the matplotlib/matplotlib repo, we do a backport from master to 2.x.
210
+The ``TARGET_SHA`` is the hash of the merge commit you would like to
211
+backport. This can be read off of the github PR page (in the UI with
212
+the merge notification) or through the git CLI tools.::
213
214
git fetch matplotlib
215
git checkout v2.x
0 commit comments