Skip to content

Commit

Permalink
Colons consistently before code
Browse files Browse the repository at this point in the history
  • Loading branch information
leereilly committed Apr 8, 2015
1 parent a871542 commit 12022f1
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 @@ -77,7 +77,7 @@ Git LFS can manage `.gitattributes` for you:

### Pushing commits

Once setup, you're ready to push some commits.
Once setup, you're ready to push some commits:

$ git add my.zip
$ git commit -m "add zip"
Expand All @@ -87,7 +87,7 @@ You can confirm that Git LFS is managing your zip file:
$ git lfs ls-files
my.zip

Once you've made your commits, push your files to the Git remote.
Once you've made your commits, push your files to the Git remote:

$ git push origin master
Sending my.zip
Expand Down

0 comments on commit 12022f1

Please sign in to comment.