Skip to content

Commit

Permalink
Merge pull request git#39 from brian9/master
Browse files Browse the repository at this point in the history
Fix small typo in About page copy
  • Loading branch information
schacon committed May 4, 2012
2 parents 783fb12 + 30fa766 commit 0ef660c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/about/index.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@
<img src="/images/about/index1.png" alt="Index 1" />

%p
This allows you to stage only portions of a modified file. Gone are the days of making two logically unrelated modifications to a file before you realized that you forgot to commit one them. Now you can just stage the change you need for the current commit and stage the other change for the next commit. This feature scales up to as many different changes to your file as needed.
This allows you to stage only portions of a modified file. Gone are the days of making two logically unrelated modifications to a file before you realized that you forgot to commit one of them. Now you can just stage the change you need for the current commit and stage the other change for the next commit. This feature scales up to as many different changes to your file as needed.

%p
Of course, Git also makes it easy to ignore this feature if you don't want that kind of control — just add a '-a' to your commit command in order to add all changes to all files to the staging area.
Expand Down

0 comments on commit 0ef660c

Please sign in to comment.