1
0

first layout

This commit is contained in:
Scott Chacon
2010-06-03 13:21:39 +02:00
parent 771f93c5c8
commit fb6240f8e9
8 changed files with 446 additions and 0 deletions

33
_site/NOTES Normal file
View File

@@ -0,0 +1,33 @@
Introduction
(how git is different)
Getting and Creating Projects
* init
* clone
Basic Snapshotting
* add
* status
* diff
* commit
* rm, mv
* reset
Branching and Merging Contexts
* branch
* merge
* cherry-pick
* log
Sharing and Updating Projects
* fetch, pull
* push
Inspection, Comparison and History
* log
* diff
Fixing History
* rebase
* revert

39
_site/index.html Normal file
View File

@@ -0,0 +1,39 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<title>Pro Git - Git Reference</title>
<link rel="stylesheet" href="/stylesheets/master.css" type="text/css" media="screen" charset="utf-8"/>
<script src="/javascripts/jquery.js" type="text/javascript" charset="utf-8"></script>
</head>
<body>
<div id='wrapper'>
<div id='header'>
<h1>Git Reference</h1>
</div>
<div id='menu'>
<ul>
<li><a href='/'>Home</a></li>
<li><a href='/book'>Book</a></li>
<li><a href='/blog.html'>Blog</a></li>
<li><a href='/about.html'>About</a></li>
<li><a href='/support.html'>Support Us</a></li>
<li><a href='http://github.com/progit' target='_blank' rel='me'>GitHub</a></li>
<li><a href='http://twitter.com/progitbook' target='_blank' rel='me'>Twitter</a></li>
</ul>
</div>
<div id='content'>
<p>
Some content.
</p>
<div class='clearfix'></div>
</div>
</div>
<div id='footer'>
</div>
</body>
</html>