1
0
Commit Graph

21 Commits

Author SHA1 Message Date
Soon Van
300f51758c Chevrons in Git outputs disappear if not encoded
Also added some in to be consistent with expected output
when `git log` is run to show author email addresses inside such.
2012-12-15 11:25:06 -05:00
Soon Van
9fdf0b2221 Drop in two other examples of git reset
Fleshing out what the other two invocations of `git reset`
are and bundle them up.

Information based on the following resources:

http://git-scm.com/2011/07/11/reset.html
http://www.infoq.com/presentations/A-Tale-of-Three-Trees
http://schacon.github.com/resetvcheckout.html

Also updates a link to the book no longer at ProGit.org
2012-12-11 17:20:47 -05:00
Soon Van
3de81653fa Update progit.org links to git-scm.com book version
Quickening event to redirect the links that used to be at progit.org
to their new home at the git-scm.com book section.

Deals with the English language links only.
2012-12-03 22:56:49 -05:00
Matthew McCullough
8831b158b1 Merge pull request #23 from mcastner/master
Slight usability change. Buttons are now CSS-styled arrows.
2012-10-01 09:27:12 -07:00
Jeffrey Guenther
f7fb27242b Fixed links to refer to git-scm docs 2012-05-15 22:02:49 -07:00
Martin Castner
43b3bd31b8 Change the next page links at the bottom of each page to large arrow buttons. 2011-03-02 03:04:18 -05:00
Adam Reeve
660df2f194 Added information about setting user.name and user.email to the commit section 2011-02-25 14:29:16 +13:00
Rinat Fayzrahmanov
112e7e060e Some typos fixing.
In basic necessarily changed to neccesarily.
In remotes follwed changed to followed.
In inspect added ) and divergant changed to divergent.
2010-10-21 00:04:52 +04:00
Scott Chacon
43d301abc0 Merge remote branch 'nvl/master' 2010-10-15 12:39:55 -07:00
nvl
f15faf9b4a fixed typo: recusively to recursively 2010-09-24 13:52:04 +05:30
Daniel Johnson
ec06c8961f fix description of "git rm" and "git mv" to mention --cached
using git rm removes the file from the index AND the working directory,
so trying to mv the file to the new name wouldn't actually work. If you
use "git rm --cached" the file still exists to be worked with.
2010-08-18 14:49:53 -04:00
Joel Clermont
d0aaa08f24 Fixed typo: seperation to separation 2010-07-13 01:24:43 +08:00
Joel Clermont
e1d2f292b9 Fixed typo: seperate to separate 2010-07-13 01:24:41 +08:00
Joel Stemmer
e105f0b29e fix incorrect link to inspection and comparison 2010-07-13 01:24:28 +08:00
Scott Chacon
7261edd304 updated the bottom links, added stubs for next two sections 2010-06-04 18:28:54 +02:00
Scott Chacon
17241e154f added all the book/docs links to basic 2010-06-04 10:10:17 +02:00
Scott Chacon
c4621c278b basically done with basic 2010-06-04 09:41:37 +02:00
Scott Chacon
431e2cd4ed done with commit 2010-06-04 06:57:29 +02:00
Scott Chacon
687789b47f git diff done 2010-06-04 06:02:20 +02:00
Scott Chacon
8ea8f0ccc7 add and status basically done 2010-06-03 20:13:39 +02:00
Scott Chacon
f09151836a getting and creating almost done 2010-06-03 16:25:55 +02:00