Skip to content

Commit 5f9e5c6

Browse files
authored
Update git.md
1 parent 20a82d0 commit 5f9e5c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: git.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Remote repositories are versions of your project that are hosted on the Internet
119119
### Changing remote urls
120120
`git remote set-url origin <NEW_URL>`
121121

122-
### The magic of `git pull` and `git push`
122+
### The magic of _git pull_ and _git push_
123123
`git pull` = `git fetch origin` + `git merge`
124124

125125
`git push` = `git push origin master`

0 commit comments

Comments
 (0)