public
Description: A port of sake-git to Thor. A set of Thor tasks to make developing with Git easier.
Homepage:
Clone URL: git://github.com/cypher/thor-git.git
thor-git / gitconfig.sample
100644 9 lines (8 sloc) 0.18 kb
1
2
3
4
5
6
7
8
9
[alias]
ci = !thor git:push
up = !thor git:update
upa = !thor git:update:all
open = !thor git:open $1
close = !thor git:close $1
fold = !thor git:fold
sq = !thor git:squash