Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienkaiser committed Apr 11, 2013
1 parent b2176ad commit 0d52265
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ All useful git commands

<img width="40%" src="http://git-scm.com/figures/18333fig0106-tn.png"/>

- Add all modified files to the staging area `$ git add <file1> <file2>`
- Add or remove all modified files to the staging area `$ git add/rm <file1> <file2>`
- Commit changes to these files with comment `$ git commit -m '<comment>'`
- Push local changes to remote repository `$ git push`

Expand Down Expand Up @@ -131,7 +131,7 @@ $ git remote add origin git@github.com:adrienkaiser/<RepoName>.git
$ git clone git@github.com:adrienkaiser/<RepoName>.git
```
```
$ git add <file1> <file2>
$ git add/rm <file1> <file2>
$ git commit -m '<comment>'
$ git push
$ git push -f
Expand Down

0 comments on commit 0d52265

Please sign in to comment.