Merge pull request #26318 from alexcameron89/contributing-doc-update

[ci skip] Update branch version in Contributing Guide
This commit is contained in:
Andrew White 2016-08-29 17:12:16 +01:00 committed by GitHub
commit 3fc414a019
1 changed files with 1 additions and 1 deletions

View File

@ -677,7 +677,7 @@ $ git format-patch master --stdout > ~/my_changes.patch
Switch over to the target branch and apply your changes:
```bash
$ git checkout -b my_backport_branch 3-2-stable
$ git checkout -b my_backport_branch 4-2-stable
$ git apply ~/my_changes.patch
```