diff options
Diffstat (limited to '.html/git/index.html')
| -rw-r--r-- | .html/git/index.html | 109 |
1 files changed, 109 insertions, 0 deletions
diff --git a/.html/git/index.html b/.html/git/index.html new file mode 100644 index 0000000..59ee1d4 --- /dev/null +++ b/.html/git/index.html @@ -0,0 +1,109 @@ +<!DOCTYPE html> +<html> +<head> + <title> + The Codex » + ls /git + </title> + + <link + rel='stylesheet' + type='text/css' + href='http://fonts.googleapis.com/css?family=Buenard:400,700&subset=latin,latin-ext'> + <link + rel="stylesheet" + type="text/css" + href="../media/css/reset.css"> + <link + rel="stylesheet" + type="text/css" + href="../media/css/grimoire.css"> +</head> +<body> + +<div id="shell"> + + <ol id="breadcrumbs"> + + <li class="crumb-0 not-last"> + + <a href="../">index</a> + + </li> + + <li class="crumb-1 not-last"> + + <a href="./">git</a> + + </li> + + <li class="crumb-2 last"> + + <span class="list-crumb">list</span> + + </li> + + </ol> + + + + <div id="listing"> + <h1><code>ls /git</code></h1> + + + <div id="directories"> + <h2>Directories</h2> + <ul> + + <li><a href="theory-and-practice/">theory-and-practice/</a></li> + + </ul> + </div> + + + + <div id="pages"> + <h2>Pages</h2> + <ul> + + <li><a href="scratch">Git Is Not Magic</a></li> + + <li><a href="survival">Git Survival Guide</a></li> + + <li><a href="integrate">Integrating with Git: A Field Guide</a></li> + + <li><a href="pull-request-workflow">Life With Pull Requests</a></li> + + <li><a href="detached-sigs">Notes Towards Detached Signatures in Git</a></li> + + <li><a href="stop-using-git-pull-to-deploy">Stop Using Git Pull To Deploy</a></li> + + <li><a href="config">git-config Settings You Want</a></li> + + </ul> + </div> + + + + </div> + + + + + + + <div id="footer"> + <p> + + The Codex — + + Powered by <a href="http://markdoc.org/">Markdoc</a>. + +<a href="https://bitbucket.org/ojacobson/grimoire.ca/src/master/wiki/git">See this directory on Bitbucket</a>. + + </p> + </div> + +</div> +</body> +</html>
\ No newline at end of file |
