public
Description: The Git TextMate Bundle
Homepage: http://tim.theenchanter.com/
Clone URL: git://github.com/timcharper/git-tmbundle.git
timcharper (author)
Mon Mar 10 10:57:44 -0700 2008
commit  d507fed343d376f886edbf37ac74c93ea85a4c51
tree    55a8654b3fc8b32795e53cf5341d2876417297dc
parent  9a5ef40b8d7fcb95565d2fa03e5d9dd4b841ea8e
git-tmbundle / README
100644 38 lines (27 sloc) 1.699 kb
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
The Git Textmate Bundle.
Version 1.1.1 (released Mar 10, 2008)
 
<h2>Installation</h2>
 
 * Run this:
 
<pre>
cd ~/Library/Application\ Support/TextMate/Bundles
git clone git://gitorious.org/git-tmbundle/mainline.git Git.tmbundle
</pre>
 
 * In the TextMate preferences, advanced tab, shell variables, set the TM_GIT variable to point to your installation of git (ie <code>/usr/local/bin/git</code>)
 * Many shortcuts are available from the Git-shortcut (Ctrl-Shift-G). Subversion commands are Command-Option-g. Less frequent commands are accessed via the menu.
 * Update your bundle by running the "Update Git Bundle" command.
 
<h2>Support</h2>
 
Refer to the <a href="http://groups.google.com/group/git-tmbundle">git-tmbundle group</a> for questions, feedback, anything.
 
<hr />
 
<h3>Maintainer, Lead Developer:</h3>
 * Tim Harper (with <a href="http://leadmediapartners.com">Lead Media Partners</a>)
 
<h2>The git bundle wouldn't be possible without the contributions of the following fine gentlemen:</h2>
 
<h3>Major Contributions</h3>
 * <b>Allan Odgaard</b> - Started the bundle, got it rolling.
 * <b>Sam Granieri</b> - GitK, Many of the git-svn commands, Git initialize repository command, menu layouting, create-tag.
 * <b>Johan Sørensen</b> - Contributing the CSS styling. He made gitorious look so sexy I just couldn't think of a better design to implement for the bundle, so he's generously allowed me to utilize it.
 
<h3>Patches, etc</h3>
 * <b>Tommi Asiala</b> - README file submission
 * <b>Lawrence Pit</b> - Performance Enhancements
 * <b>Jay Soffian</b> - Bug report with patch (missing environment variables)
 * <b>Humberto Diógenes</b> - Git-svn fetch command
 * <b>Lee Marlow</b>