1
0
Fork 0
Commit Graph

87 Commits

Author SHA1 Message Date
Matthew McCullough 7c129b0083 Merge pull request #25 from mikelehen/master
Note about ^ for windows command-line users and a typo fix.
2012-10-01 09:17:15 -07:00
Matthew McCullough 6906a995d1 Ignore swap files and .DS_Stores 2012-10-01 10:14:45 -06:00
Jake Chen 5dea510cea 忽视 Vim swap files 2012-10-01 10:14:20 -06:00
Jake Chen 9ac90d9106 github might require a push to remind itself that there's a gh-pages branch
let's see if this will work
2012-10-01 10:14:20 -06:00
yicai b4085899c7 fix typo 2012-10-01 10:14:19 -06:00
yicai 5baac9cfcb fix typo; ignore .DS_Store 2012-10-01 10:14:19 -06:00
yicai 79ba115ffb git repo link fix 2012-10-01 10:13:33 -06:00
yicai 35d6a3e6c6 1) do not track vim swap files; 2) stylesheet link href fix 2012-10-01 10:09:55 -06:00
Matthew McCullough 44c772fd7e Merge pull request #31 from dstine/master
fixing a typo
2012-10-01 08:53:46 -07:00
Matthew McCullough f02d5d9a13 Merge pull request #32 from hrhristov/patch-1
fix typo on the main page
2012-10-01 08:52:10 -07:00
Matthew McCullough e3519eff00 Merge pull request #33 from CzBiX/fixed
fix typo
2012-10-01 08:50:25 -07:00
Matthew McCullough c8e4eebe4c Merge pull request #34 from bulldy80/master
erroneous status line
2012-10-01 08:49:32 -07:00
Matthew McCullough 6bc3fa3167 Merge pull request #35 from freshtonic/master
Fix documentation for git log --since --authored
2012-10-01 08:48:01 -07:00
Matthew McCullough c717a47e36 Merge pull request #38 from pkufranky/master
Fix broken links in zh layout
2012-10-01 08:47:16 -07:00
Matthew McCullough 2af3530cb8 Merge pull request #39 from jrguenther/master
Fixed docs links to point to git-scm.com/docs
2012-10-01 08:46:07 -07:00
Matthew McCullough bebd97890d Merge pull request #40 from mhenke/patch-1
change to &
2012-10-01 08:43:40 -07:00
Mike Henke c2b5d2d0ca change to & 2012-05-18 13:43:56 -05:00
Jeffrey Guenther 629b181421 Fixed docs links to point to git-scm/docs 2012-05-15 22:09:16 -07:00
Jeffrey Guenther ea759dbf93 Fixed docs links to link to git-scm/docs 2012-05-15 22:06:49 -07:00
Jeffrey Guenther f7fb27242b Fixed links to refer to git-scm docs 2012-05-15 22:02:49 -07:00
Jeffrey Guenther 7fa5d14fcb Fixed docs link to link to git-scm/docs pages 2012-05-15 21:59:36 -07:00
Ping Yin c3164a32f7 Fix broken links in zh layout 2012-04-14 20:36:41 +08:00
James Sadler d65f630d79 Correct the doc for git log --since --before
"By default, “git log” displays author dates as “Date” but then uses commit
dates when given a –since option. That seems like broken defaults to me."
    - http://www.alexpeattie.com/blog/working-with-dates-in-git/

 filter commits by date authored

should be

 filter commits by date committed
2012-04-10 12:11:08 +10:00
Shezan Baig 571b99207c remove erroneous status line for hello.rb 2012-04-04 19:23:34 -04:00
CzBiX 5d4495f013 fix typo 2012-02-19 23:17:00 +08:00
Hristo Hristov d9f8826bed fix typo on the main page 2012-01-16 13:41:14 +02:00
dstine edadb62104 fixed typo 2011-12-14 15:30:05 -05:00
Scott Chacon e1d7000be0 Merge pull request #28 from Nilhcem/master
Tiny typo
2011-09-21 07:35:11 -07:00
Gautier Nilhcem 0ff60161a0 Typo fixing 2011-09-21 20:10:13 +08:00
Scott Chacon 4e6a83d28d zh version 2011-04-07 16:46:35 -04:00
Michael Lehenbauer 39dbc55a49 Fix "elses" to "else's" 2011-04-03 17:11:27 -07:00
Michael Lehenbauer fdc2cc52b4 Add note that ^ is a special character in windows. 2011-04-03 17:11:22 -07:00
Scott Chacon 4d9f6ed2cf Merge pull request #22 from adamreeve/git-reference
---

Ive added this information in the git commit section, as otherwise people will end up with an incorrect name and email associated with their commits. This fixes issue 21.
2011-02-25 09:48:32 -08: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
Scott Chacon db14629f87 Merge pull request #18 from mashingan/git-reference 2010-12-28 21:53:49 -08: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 a92a8e002e Merge remote branch 'ab9/master' 2010-10-15 12:42:36 -07:00
Scott Chacon 1014768389 Merge remote branch 'bassemali/master' 2010-10-15 12:41:38 -07:00
Scott Chacon 5a8e4dc0f8 Merge remote branch 'alefteris/duplicate-unzip-command' 2010-10-15 12:41:07 -07:00
Scott Chacon 43d301abc0 Merge remote branch 'nvl/master' 2010-10-15 12:39:55 -07:00
Daniel Johnson 675782f4a6 fix typo preset -> present
Reported-By: Brandon Fosdick <bfoz@bfoz.net>
2010-10-15 15:11:32 -04:00
nvl ed7cef1dfc change the 'src' attribute of <img> pointing to snapshots.png
changed the src from '/images/snapshots.png' to './images/snapshots.png'

Earlier, it didnt load the image when trying to open it in browser
directly from the repo.
Also, "http://jointheconversation.org/git-reference/" does not load the
image, but when the src is changed, the image loads fine.
2010-09-26 10:47:21 +05:30
nvl cdeb11fcc9 ignore temp vi files 2010-09-25 08:49:01 +05:30
nvl 2ecd968a88 fixed typo: syncronize/d to synchronize/d 2010-09-24 14:08:55 +05:30
nvl f15faf9b4a fixed typo: recusively to recursively 2010-09-24 13:52:04 +05:30
Thanos Lefteris 6541b49a38 Remove duplicate unzip command from index page 2010-09-11 02:18:38 +03:00
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
Aaron Beckerman 58122075f0 fixed tense 2010-08-11 13:47:38 +00:00
Aaron Beckerman 67e3faf764 fixed typo: preset -> present 2010-08-11 13:45:27 +00:00
Aaron Beckerman 21288a7848 fixing typos (possessive case) 2010-08-11 02:34:47 +00:00