@@ -425,8 +425,8 @@ if commit X is an ancestor of commit Y. Equivalently, you could say
425425that Y is a descendent of X, or that there is a chain of parents
426426leading from commit Y to commit X.
427427
428- Undestanding history: History diagrams
429- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
428+ Understanding history: History diagrams
429+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
430430
431431We will sometimes represent git history using diagrams like the one
432432below. Commits are shown as "o", and the links between them with
@@ -806,7 +806,7 @@ display options.
806806
807807Note that git log starts with the most recent commit and works
808808backwards through the parents; however, since git history can contain
809- multiple independant lines of development, the particular order that
809+ multiple independent lines of development, the particular order that
810810commits are listed in may be somewhat arbitrary.
811811
812812Generating diffs
@@ -1075,7 +1075,7 @@ $ git commit
10751075-------------------------------------------------
10761076
10771077and git will prompt you for a commit message and then create the new
1078- commmit . Check to make sure it looks like what you expected with
1078+ commit . Check to make sure it looks like what you expected with
10791079
10801080-------------------------------------------------
10811081$ git show
@@ -2953,7 +2953,7 @@ Include cross-references to the glossary, where appropriate.
29532953Document shallow clones? See draft 1.5.0 release notes for some
29542954documentation.
29552955
2956- Add a sectin on working with other version control systems, including
2956+ Add a section on working with other version control systems, including
29572957CVS, Subversion, and just imports of series of release tarballs.
29582958
29592959More details on gitweb?
0 commit comments