Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c473c2f

Browse files
committed
Added cherry picking part
1 parent bad7123 commit c473c2f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Readme.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,12 @@ Once your squash completes, you can push it to the remote repo. In this case, th
131131
git push origin pull-request-demo -f
132132
```
133133

134+
To merge the commit, we will use [`git cherry-pick`](https://www.kernel.org/pub/software/scm/git/docs/git-cherry-pick.html).
135+
136+
![Cherry Picking](https://f.cloud.github.com/assets/676185/319726/fdc11cfa-98d9-11e2-8891-248d9ed09c05.png)
137+
138+
You are done! Github should detect the changes and update the pull request. You can then marked the pull request as merged and optionally delete the branch.
139+
134140
### Closing a Pull Request
135141

136142
You can simply click on the "Close" button on the pull request to close it. Optionally, you can delete the branch directly using the "Delete this branch" button.

0 commit comments

Comments
 (0)