parent
4426c0f14e
commit
171ae154c2
|
@ -62,7 +62,7 @@ If the `cherry-pick` command fails than resolve conflicts and use `git cherry-pi
|
|||
## Cherry-picking PRs into patch branch
|
||||
|
||||
In addition to merging PRs into the master branch, many PRs need to be also merged into a patch branch.
|
||||
Follow these steps to get path brach up to date.
|
||||
Follow these steps to get patch branch up to date.
|
||||
|
||||
1. Check out the most recent patch branch: `git checkout 4.3.x`
|
||||
2. Get a list of PRs merged into master: `git log master --oneline -n10`
|
||||
|
@ -89,4 +89,4 @@ To github.com:angular/angular.git
|
|||
079d884b6..d1c4a94bb master -> master
|
||||
git push --tags -f git@github.com:angular/angular.git patch_sync:patch_sync
|
||||
Everything up-to-date
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue