0
-Here are a few Sake tasks to make developing with Git easier (and some corresponding Git aliases to make invoking them easier). Install them with:
0
+Here are a few Sake tasks to make developing with Git easier (and some corresponding Git aliases to
0
+make invoking them easier). Install them with:
0
@@ -11,7 +12,8 @@ Common Commands
0
-Updates your current git repository, autodetecting whether you have a regular ol' git project or a git-svn project. Alias it to `git up' with this alias:
0
+Updates your current git repository, autodetecting whether you have a regular ol' git project or a
0
+git-svn project. Alias it to `git up' with this alias:
0
@@ -19,7 +21,8 @@ Updates your current git repository, autodetecting whether you have a regular ol
0
-Commits any changes in your current branch not yet pushed upstream AND ports 'em over to master. Another alias for ya:
0
+Commits any changes in your current branch not yet pushed upstream AND ports 'em over to master.
0
@@ -27,7 +30,9 @@ Commits any changes in your current branch not yet pushed upstream AND ports 'em
0
$ sake git:open [NAME=mynewbranch]
0
-Creates a new branch off master. Think of this as opening an issue, or a new path of development. Because of the way Rake handles (or _doesn't_ handle) arguments, the alias for this one is a little weird:
0
+Creates a new branch off master. Think of this as opening an issue, or a new path of development.
0
+Because of the way Rake handles (or _doesn't_ handle) arguments, the alias for this one is a little
0
open = !sake git:open NAME= -- $1
0
@@ -44,7 +49,9 @@ $ git open
0
$ sake git:close [NAME=mynewbranch]
0
-This is open's brother, and should be used when you finish something and have already moved it to master or upstream. If you haven't yet, don't worry - this won't eat your data. Aliases for everyone:
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. Aliases for
0
close = !sake git:close NAME= -- $1
0
@@ -54,4 +61,5 @@ This is open's brother, and should be used when you finish something and have al
0
-Thanks to Coda Hale and everyone else at Wesabe for trying these out when I first wrote them and contributing tasks of their own.
0
+Thanks to Coda Hale and everyone else at Wesabe for trying these out when I first wrote them and
0
+contributing tasks of their own.
Comments
No one has commented yet.