Skip to content

Commit

Permalink
Remove extra whitespaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
iglpdc committed Feb 22, 2015
1 parent e3ece7d commit ab4e189
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ subtitle: Reference

* `git init` initializes a repository.

## [Tracking Changes](03-changes.html)
## [Tracking Changes](03-changes.html)

* `git status` shows the status of a repository.
* Files can be stored in a project's working directory (which users see),
Expand All @@ -22,12 +22,12 @@ subtitle: Reference
* `git commit` saves the revisions in the staging area to the local repository.
* Always write a log message when committing changes.

## [Exploring History](04-history.html)
## [Exploring History](04-history.html)

* `git diff` displays differences between revisions.
* `git checkout` recovers old versions of files.

## [Ignoring Things](05-ignore.html)
## [Ignoring Things](05-ignore.html)

* The `.gitignore` file tells Git what files to ignore.

Expand Down

0 comments on commit ab4e189

Please sign in to comment.