public this repo is viewable by everyone
Description: A set of Sake tasks to make developing with Git easier.
Clone URL: git://github.com/eventualbuddha/sake-git.git
Remove some copy-creep.
14 days ago
commit  d0d745e970f0ffd5f7466969059ae379cf8590fd
tree    94be7f7d9634c032e5f627676375706d9b6bf752
parent  15879e86954d89d97eb9437f4d1f2751b6677ff1
...
118
119
120
121
 
122
123
124
...
118
119
120
 
121
122
123
124
0
@@ -118,7 +118,7 @@ task 'git:update' => [ 'git:helpers' ] do
0
   end
0
 end
0
 
0
-desc 'Push local commits into the Wesabe repository'
0
+desc 'Push local commits into the remote repository'
0
 task 'git:push' => [ 'git:update' ] do
0
   git_stash do
0
     puts("* Pushing changes...")

Comments

    No one has commented yet.