Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 752 Bytes

PullRequest.md

File metadata and controls

21 lines (11 loc) · 752 Bytes

Pull request

This is the easiest way to open a pull request only to this repository

Click me

After the link click, select on the right the branch that yout want to merge on develop.

Another way is to modify the link before open it

https://github.com/Skillbill/shoelace/compare/develop...Skillbill:shoelace:develop

It's structure actually is

https://github.com/<destination_owner>/<destination_repo>/compare/<destination_branch>...<source_owner>:<source_repo>:<source_branch>

Usually you want only to modify source_branch with the branch name that you want to merge.

GithubUI

The default is to open pull request also versus the forked repository