Skip to content

Commit 5e430f2

Browse files
authored
Fix typo in Git and GitHub task (kottans#322)
1 parent 6f26fb4 commit 5e430f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/git-intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Get familiar with Git and GitHub.
4141
* Merge master branch into your feature branch: `git checkout BRANCH_NAME && git merge master`
4242
* Resolve any merge conflicts if there are any
4343
* 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
44+
* Make pull-request from your repository to [this][mock-repo] repository via GitHub web-interface
4545
* If you are asked to fix a merge conflict refer to the extra materials for the related information
4646

4747
**Please note, that your PR may not be reviewed quickly.**

0 commit comments

Comments
 (0)