forked from gewgaws/git-for-writers
-
Notifications
You must be signed in to change notification settings - Fork 1
/
resources.htm
executable file
·337 lines (314 loc) · 12.2 KB
/
resources.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" id="mysite-com">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Git for Writers: Git Resources and References</title>
<link rel="stylesheet" type="text/css" media="screen, print" href="css/reset.css" />
<link rel="stylesheet" type="text/css" media="screen" href="css/screen.css" />
<!--[if lte IE 7>
<link rel="stylesheet" type="text/css" media="screen" href="css/screen-ie.css" />
<![endif]-->
<link rel="stylesheet" type="text/css" media="print" href="css/print.css" />
<!--REMOVE COMMENT TAGS TO USE FACEBOOK SHARE METADATA:-->
<!--
<meta name="title" content="Match this with the content of the title tag above." />
<meta name="description" content="A short description of this page." />
<link rel="image_src" href="http://example.com/media/share/thumbnail.jpg" />
-->
<!--REMOVE COMMENT TAGS TO USE FAVICON LINKS:-->
<!--
<link rel="icon" href="" type="image/png" />
<link rel="shortcut icon" href="" type="image/png" />
-->
<script type="text/javascript" src="js/mootools/mootools-core.js"></script>
<script type="text/javascript" src="js/site.js"></script>
</head>
<body>
<div id="page">
<div id="header">
<h1><a href="http://gewga.ws/git-for-writers/" rel="home">Git for Writers</a></h1>
<p class="tagline">
A guide to version tracking, revision, and collaboration for open-source writing.
</p>
<ul class="accessibility">
<li><a href="#navigation">Jump to Navigation</a></li>
<li><a href="#content">Jump to Content</a></li>
</ul>
</div>
<div id="content">
<div id="main">
<h2>Git Resources & References</h2>
<p>Below is an annotated bibliography of different Git resources and references.</p>
<dl>
<dt>
Comprehensive Git Guides
</dt>
<dd class="bibliography">
<a href="http://www.kernel.org/pub/software/scm/git/docs/user-manual.html">Git
User's Manual (for version 1.5.3 or newer)</a>
<p>
The official online Git manual. Comprehensive.
</p>
<p class="retrieveddate">Retrieved 3/20/10</p>
</dd>
<dd class="bibliography">
<a href="http://www-cs-students.stanford.edu/~blynn/gitmagic/">Git Magic</a>
<p>
A to-the-point, but in-depth, guide. Not as comprehensive as the Git User's
Manual, but more practical. Assumes the user already has Git installed.
Starts with basics & progressively covers advanced concepts, but
is perhaps more suited for users with some Git experience. Translated
into Chinese, Spanish & Portuguese. PDF available for download.
</p>
<p class="retrieveddate">Retrieved 3/20/10</p>
</dd>
<dd class="bibliography">
<a href="http://book.git-scm.com/">The Git Community Book</a>
<p>
A community-built comprehensive guide online or in PDF form. Broken down
into Basic, Intermediate & Advanced sections. Improvements are ongoing via
GitHub.
</p>
<p class="retrieveddate">Retrieved 3/21/10</p>
</dd>
<dd class="bibliography">
<a href="http://progit.org/book/">Pro Git</a>
<p>
The online version of the the Pro(fessional) Git Book by Scott Chacon, Git
expert who currently works on GitHub.com, the official Git homepage and the
Git Community Book. Offers some background on version control and Git and
also contains a nice section on Distributed Git for collaborative workflow
processes. Blog for additional tips and updates. Source code is publicly
available via GitHub.
</p>
<p class="retrieveddate">Retrieved 3/21/10</p>
</dd>
<dd class="bibliography">
<a href="http://asimilatorul.com/index.php/2009/08/28/git-resources/">Asimilatorul:
Git Resources</a>
<p>
An extraordinary compilation of links from a variety of resources organized
by subject and documentation type.
</p>
<p class="retrieveddate">Retrieved 3/21/10</p>
</dd>
<dt>
Git Tutorials
</dt>
<dd class="bibliography">
<a href="http://www.gitready.com/">git ready</a>
<p>
Beginner, intermediate, and advanced Git practices and tutorials; also has
a blog-like collection of tips, although those have not been updated for
awhile.
</p>
<p class="retrieveddate">Retrieved ??/??/??</p>
</dd>
<dd class="bibliography">
<a href="http://www.eecs.harvard.edu/~cduan/technical/git/">Understanding
Git Conceptually</a>
<p>
A tutorial for Git that discusses the concepts behind the commands.
</p>
<p class="retrieveddate">Retrieved 3/20/10</p>
</dd>
<dd class="bibliography">
<a href="http://blog.xkoder.com/2008/08/13/git-tutorial-starting-with-git-using-just-10-commands/">Git Tutorial : Starting with git using just 10 commands</a>
<p>
Basic introduction to Git. Aimed at Linux users & individual developers.
</p>
<p class="retrieveddate">Retrieved 3/20/10</p>
</dd>
<dd class="bibliography">
<a href="http://blog.xkoder.com/2009/06/06/git-tutorial-part-ii-sharpen-you-git-fu-with-10-more-commands/">
Git Tutorial Part II – Sharpen your Git-Fu with 10 more commands.
</a>
<p>
A follow up tutorial, covering more advanced commands.
</p>
<p class="retrieveddate">Retrieved 3/20/10</p>
</dd>
<dd class="bibliography">
<a href="http://www.spheredev.org/wiki/Git_for_the_lazy">Git for the Lazy</a>
<p>
Basic tutorial for the "lazy." Plus, a few extras for the not so lazy.
</p>
<p class="retrieveddate">Retrieved 3/21/10</p>
</dd>
<dd class="bibliography">
<a href="http://excess.org/article/2008/07/ogre-git-tutorial/">Git The
Basics Tutorial</a>
<p>
A video walk-through for those who prefer to watch and learn.
</p>
<p class="retrieveddate">Retrieved 3/21/10</p>
</dd>
<dd class="bibliography">
<a href="http://nathanj.github.com/gitguide/">An Illustrated Guide to Git
on Windows</a>
<p>
Quick basic guide using GUI tools. Primarily for Windows users.
</p>
<p class="retrieveddate">Retrieved 3/21/10</p>
</dd>
<dt>
Git Command References
</dt>
<dd class="bibliography">
<a href="http://www.kernel.org/pub/software/scm/git/docs/user-manual.html#git-quick-start">Git User's Manual: Appendix A. Git Quick Reference</a>
<p>
A summary of the most used commands, presented without explanation
</p>
<p class="retrieveddate">Retrieved 3/20/10</p>
</dd>
<dd class="bibliography">
<a href="http://cheat.errtheblog.com/s/git">Cheat Git</a>
<p>
An extensive list of commands and their functions
</p>
<p class="retrieveddate">Retrieved 3/21/10</p>
</dd>
<dd class="bibliography">
<a href="http://www.kernel.org/pub/software/scm/git/docs/everyday.html">Everyday
Git with 20 Commands or So</a>
<p>
Everyday commands split up by users: Everyone; Individual Developer (Standalone); Individual Developer (Participant); Integrator; and Repository Administrator.
</p>
<p class="retrieveddate">Retrieved 3/21/10</p>
</dd>
<dd class="bibliography">
<a href="http://zrusin.blogspot.com/2007/09/git-cheat-sheet.html">Zack Rusin's
Git Cheat Sheet</a>
<p>
A really nice visual, printable reference sheet. Updates accepted via
GitHub.
</p>
<p class="retrieveddate">Retrieved 3/21/10</p>
</dd>
<dt>
Resources on Content Versioning Generally
</dt>
<dd class="bibliography">
<a href="http://betterexplained.com/articles/a-visual-guide-to-version-control/">A
Visual Guide to Version Control</a>
<p>
An easy-to-understand explanation of version control. Uses visual flowchart examples.
</p>
<p class="retrieveddate">Retrieved 3/28/10</p>
</dd>
<dd class="bibliography">
<a href="http://www.ericsink.com/scm/source_control.html">Source Control HOWTO</a>
<p>
A comprehensive look at version or source control.
</p>
<p class="retrieveddate">Retrieved 3/28/10</p>
</dd>
<dt>
Cygwin Tutorials
</dt>
<dd class="bibliography">
<a href="http://www.physionet.org/physiotools/cygwin/">An Introduction to Cygwin</a>
<p>
Covers Cygwin downloads, installation, & basic usage.
</p>
<p class="retrieveddate">Retrieved 3/21/10</p>
</dd>
<dd class="bibliography">
<a href="http://www.mobilefish.com/developer/cygwin/cygwin.html">A tutorial
about Cygwin, a Linux-like environment for Windows.</a>
<p>
Another Cygwin tutorial. Includes examples & more details about downloads.
</p>
<p class="retrieveddate">Retrieved 3/21/10</p>
</dd>
<dt>
VERSION CONTROL
</dt>
<dd class="bibliography">
<a href=
"http://boingboing.net/2009/02/13/flashbake-free-versi.html">Flashbake:
Free version-control for writers using git</a>
<p class="retrieveddate">
Retrieved 3/22/10
</p>
</dd>
<dd class="bibliography">
<a href=
"http://lifehacker.com/5232049/flashbake-automates-version-control-for-nerdy-writers">
Flashbake Automates Version Control for (Nerdy) Writers (Linux
& OSX only)</a>
<p class="bibliography">
Retrieved 3/22/10
</p>
</dd>
<dd class="bibliography">
<a href="http://www.versioncontrolblog.com/">Version Control
Blog</a><p>Blog discussing version control generally. Not updated since November 2009</p>
<p class="bibliography">
Retrieved 3/22/10
</p>
</dd>
<dd class="bibliography">
<a href="http://code.google.com/p/msysgit/">msysgit - Git on
Windows</a>
<p class="bibliography">
Retrieved 3/22/10
</p>
</dd>
<dt>
SSH
</dt>
<dd class="bibliography">
<a href="http://sshwindows.sourceforge.net/">OpenSSH for
Windows</a>
<p>
Sourceforge site for downloading SSH
</p>
<p class="bibliography">
Retrieved 3/22/10
</p>
</dd>
<dd class="bibliography">
<a href=
"http://lifehacker.com/software/home-server/geek-to-live--set-up-a-personal-home-ssh-server-205090.php">
Geek to Live: Set up a personal, home SSH server</a>
<p>
Tutorial on setting up SSH on your home computer
</p>
<p class="bibliography">
Retrieved 3/22/10
</p>
</dd>
</dl>
</div>
<div id="supporting">
</div>
</div>
<ul id="navigation">
<li><a href="index.htm">Home</a></li>
<li><a href="resources.htm">Resources</a></li>
<li><a href="about.htm">About</a></li>
</ul>
<div id="footer">
<p class="copyright">
© 2010 by Gewgaws Lab. Some rights reserved. Content licensed under a
<a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/us/">
Creative Commons Attribution-Share Alike 3.0 United States License
</a>.
<a class="cc-badge" rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/us/">
<img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-sa/3.0/us/88x31.png" />
</a>
</p>
<p class="project-information">
<a href="http://github.com/gewgaws/git-for-writers">Git for Writers repository</a>
hosted at <a href="http://github.com">GitHub</a>. Learn <a href="participate.htm">how to
contribute</a> to Git for Writers.
</p>
<ul class="validators">
<li><a href="http://validator.w3.org/check?uri=referer" title="Validate this page's XHTML">XHTML</a></li>
<li><a href="http://jigsaw.w3.org/css-validator/check/referer" title="Validate this page's CSS">CSS</a></li>
</ul>
</div>
</div>
</body>
</html>