Skip to content

Commit f6df742

Browse files
author
jordanmccullough
committed
Fix typos
1 parent 1ac4dac commit f6df742

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

downloads/github-git-cheat-sheet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,13 +149,13 @@ Register a repository bookmark and exchange version history
149149
Download all history from the repository bookmark
150150

151151
```git merge [bookmark]/[branch]```
152-
Combine bookmark’s branch into into current local brancha
152+
Combine bookmark’s branch into into current local branch
153153

154154
```git push [alias] [branch]```
155155
Upload all local branch commits to GitHub
156156

157157
```git pull```
158-
Sychronize bookmark history and incorporate current branch changes
158+
Synchronize bookmark history and incorporate current branch changes
159159

160160
---
161161

0 commit comments

Comments
 (0)