We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f26fb4 commit 5e430f2Copy full SHA for 5e430f2
tasks/git-intro.md
@@ -41,7 +41,7 @@ Get familiar with Git and GitHub.
41
* Merge master branch into your feature branch: `git checkout BRANCH_NAME && git merge master`
42
* Resolve any merge conflicts if there are any
43
* Push feature branch to your remote repository: `git push --set-upstream origin BRANCH_NAME`
44
- * Make pull-request from your repository to this repository via GitHub web-interface
+ * Make pull-request from your repository to [this][mock-repo] repository via GitHub web-interface
45
* If you are asked to fix a merge conflict refer to the extra materials for the related information
46
47
**Please note, that your PR may not be reviewed quickly.**
0 commit comments