Skip to content

Commit

Permalink
correct some inaccurate descriptions or grammer errors
Browse files Browse the repository at this point in the history
  • Loading branch information
gpanda committed Jun 15, 2014
1 parent 16fddf5 commit 7a9367d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ branch
+ `Git object data for multiple commits`_

* A branch is just a lightweight movable pointer to a commit object, usually
points to the last commit, every time when commit, it moves forward
points to the last commit, every time when commits, it moves forward
automatically.

`Branch pointing into the commit data’s history`_
Expand All @@ -22,8 +22,8 @@ branch

`git branch testing`_

* A HEAD is a pointer of pointer, pointing to the local branch the user is
currently on.
* A HEAD is a pointer of pointer, pointing to the local branch the repository
is currently on.

`HEAD file pointing to the branch you’re on`_

Expand Down

0 comments on commit 7a9367d

Please sign in to comment.