Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanmccullough committed Apr 2, 2014
1 parent 1ac4dac commit f6df742
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions downloads/github-git-cheat-sheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,13 +149,13 @@ Register a repository bookmark and exchange version history
Download all history from the repository bookmark

```git merge [bookmark]/[branch]```
Combine bookmark’s branch into into current local brancha
Combine bookmark’s branch into into current local branch

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

```git pull```
Sychronize bookmark history and incorporate current branch changes
Synchronize bookmark history and incorporate current branch changes

---

Expand Down

0 comments on commit f6df742

Please sign in to comment.