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 1ac4dac commit f6df742Copy full SHA for f6df742
downloads/github-git-cheat-sheet.md
@@ -149,13 +149,13 @@ Register a repository bookmark and exchange version history
149
Download all history from the repository bookmark
150
151
```git merge [bookmark]/[branch]```
152
-Combine bookmark’s branch into into current local brancha
+Combine bookmark’s branch into into current local branch
153
154
```git push [alias] [branch]```
155
Upload all local branch commits to GitHub
156
157
```git pull```
158
-Sychronize bookmark history and incorporate current branch changes
+Synchronize bookmark history and incorporate current branch changes
159
160
---
161
0 commit comments