summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-01-21Grammar nazis, again.tekkub
2011-01-01Quote bash variables and ensure file existenceGabe Berke-Williams
Ensure filenames with spaces don't make the sample script choke
2010-12-28bakaTekkub
2010-12-28Markdownytekkub
2010-12-28more like lolports, am I right?tekkub
2010-12-16ssh agent forwarding is easier than deploy keys in most casestekkub
2010-12-16Clean up the move repo guide a bittekkub
2010-11-08Add subpath merging instructions for subtree mergetekkub
2010-11-07Merge branch 'gh-pages' of git://github.com/Midnighter/help.github.com into ↵tekkub
gh-pages Conflicts: _posts/2009-09-03-working-with-key-passphrases.textile
2010-11-06Clean up console session a bittekkub
2010-11-06Markdown!tekkub
2010-10-31Damnit markdowntekkub
2010-10-30Stupid whitespacetekkub
2010-10-30Embed code directly (plus highlighting!) instead of using giststekkub
2010-10-23Update commands to run to purge objects from a filter-branch'd repotekkub
2010-10-23markdown style linkstekkub
2010-10-23Make some pre blocks easier to readtekkub
2010-10-23Meh, use the console style for all pre blockstekkub
2010-10-23Markdown!tekkub
2010-10-23Merge branch 'add-us-gist-top-pagination' of ↵tekkub
https://github.com/erikvold/help.github.com into gh-pages Conflicts: _posts/2009-11-03-userscripts-and-bookmarklets.textile
2010-10-23Merge branch 'add-us-gist-install-link' of ↵tekkub
https://github.com/erikvold/help.github.com into gh-pages Conflicts: _posts/2009-11-03-userscripts-and-bookmarklets.textile
2010-10-23Merge branch 'add-us-bespin-4-gist' of ↵tekkub
https://github.com/erikvold/help.github.com into gh-pages
2010-10-23Merge branch 'add-us-md-preview' of ↵tekkub
https://github.com/erikvold/help.github.com into gh-pages
2010-10-14Reorganizing hierarchy a bitEston Bond
2010-10-14HAY GUYZ ITS LIKE ALL CAPZ IN HEAREston Bond
2010-10-14Being pedanticEston Bond
2010-10-14Moving git cheet sheet guide to helpEston Bond
Goodbye, old guide, hello, new location
2010-10-07gc --prune defaults to 2 weeks if we don't override ittekkub
2010-09-27adding userscript which adds top pagination to the My Gists list page to the ↵Erik Vold
list of userscripts for gist.github.com
2010-09-27adding 'UserScript Install Link' userscript to the list of userscripts for ↵Erik Vold
gist.github.com
2010-09-27adding 'Bespin for Gist' to the user scripts list.Erik Vold
2010-09-27adding the 'GitHub Markdown Preview' user script to the 'Userscripts and ↵Erik Vold
Bookmarklets' page.
2010-09-27fixing link to the help.github.com repo from the 'Userscripts and ↵Erik Vold
Bookmarklets' page.
2010-09-24Minor spelling fixmillerjam
2010-08-31Minor spelling mistake fixBrandon Tilley
2010-08-31new schoolRyan Tomayko
2010-08-29fewer words on forking page + link to pull-requests pageRyan Tomayko
2010-08-29straight port of old pull request guide to markdownRyan Tomayko
2010-08-29move some toc stuff aroundRyan Tomayko
2010-08-30mention git diff --cached when talking about how not to commit sensitive dataDaniel Jackoway
2010-08-30Corrected cywgin to cygwin.Amir E. Aharoni
2010-08-29more gitref.org link fixesRyan Tomayko
2010-08-29tabs => spaces in layoutRyan Tomayko
2010-08-29tweak header/logo positionRyan Tomayko
2010-08-29gitref.orgRyan Tomayko
2010-08-16Revised grep checkMoritz Beber
Changed the grep check from simply ignoring its own entry, i.e., grep -v grep to checking that the process running under the SSH_AGENT_PID is actually an ssh-agent.
2010-08-13Learn.github doesn't exist anymoreKyle Neath
2010-08-13Quick hack to fix help headerKyle Neath
2010-08-11Removed some code redundancies.Moritz Beber
2010-08-11Removed inconsistencies.Moritz Beber
The automatic launching now first checks for an already running agent before it launches its own one. Launching is now consistent across windows due to the use of SSH_ENV again. The return code of ssh-add is now specifically checked for returncode 2 which indicates that the socket is broken.