public
Fork of eventualbuddha/sake-git
Description: A set of Sake tasks to make developing with Git easier.
Clone URL: git://github.com/granth/sake-git.git
Search Repo:
Minor formatting tweaks to the README.
Wed Apr 16 13:27:14 -0700 2008
commit  15879e86954d89d97eb9437f4d1f2751b6677ff1
tree    e93703513f403e6c59e001422d7609426f1fd16f
parent  835bd93a838792771973e06c9554efea0a8f1999
...
20
21
22
23
 
24
25
26
27
28
29
 
30
31
32
33
34
35
 
36
37
38
...
50
51
52
53
 
54
55
56
...
20
21
22
 
23
24
25
26
27
28
 
29
30
31
32
33
34
 
35
36
37
38
...
50
51
52
 
53
54
55
56
0
@@ -20,19 +20,19 @@
0
 </pre>
0
 
0
 Updates your current git repository, autodetecting whether you have a regular ol' git project or a
0
-git-svn project. I recommend aliasing it `git up'.
0
+git-svn project. I recommend aliasing it @git up@.
0
 
0
 <pre>
0
 $ sake git:push
0
 </pre>
0
 
0
-Commits any changes in your current branch not yet pushed upstream AND ports 'em over to master. I use `git ci' for this one.
0
+Commits any changes in your current branch not yet pushed upstream _and_ ports 'em over to master. I use @git ci@ for this one.
0
 
0
 <pre>
0
 $ sake git:open [NAME=mynewbranch]
0
 </pre>
0
 
0
-Creates a new branch off master. Think of this as opening an issue, or a new path of development. I use `git open' for this one, allowing you to call it like so:
0
+Creates a new branch off master. Think of this as opening an issue, or a new path of development. I use @git open@ for this one, allowing you to call it like so:
0
 
0
 <pre>
0
 $ git open mynewbranch
0
@@ -50,7 +50,7 @@
0
 </pre>
0
 
0
 This is open's brother, and should be used when you finish something and have already moved it to
0
-master or upstream. If you haven't yet, don't worry - this won't eat your data. Like open, this one I alias to `git close'.
0
+master or upstream. If you haven't yet, don't worry - this won't eat your data. Like open, this one I alias to @git close@.
0
 
0
 h2. Credits
0
 

Comments

    No one has commented yet.