File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -206,8 +206,8 @@ git rebase main
2062061 . ** Push your branch to your fork** : ` git push origin <type>/<brief-description> `
2072072 . ** Create PR** : Go to the original repository on GitHub and click "New Pull Request"
208208 (Your fork repository should also detect the changes and offer a button ` Compare & pull request ` )
209- 3 . ** Select branches** : Choose your fork's branch as the source (` head ` repository, ` compare ` branch)
210- and the original repository's ` main ` as the target (` base ` repository and branch)
209+ 3 . ** Select branches** : Choose your fork's branch as the source (set ` head ` repository to your fork , ` compare ` branch to your feature branch)
210+ and the original repository's ` main ` as the target (set ` base ` repository to ` Capgemini/template-github-copilot ` , ` base ` branch to ` main ` )
2112114 . ** Complete PR template** : Fill out all sections of the pull request template
2122125 . ** Link issues** : Reference any related issues using ` Fixes #123 ` or ` Closes #456 `
213213
You can’t perform that action at this time.
0 commit comments