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
granth (author)
Wed Apr 30 09:47:02 -0700 2008
commit  42d194ee6561c864146b4cf8a3891705d4cc6a08
tree    6e297d487bcf70abb5a3b1e56b1686c9b98bb866
parent  15879e86954d89d97eb9437f4d1f2751b6677ff1
sake-git / gitconfig.sample
100644 9 lines (8 sloc) 0.198 kb
1
2
3
4
5
6
7
8
9
[alias]
  ci = !sake git:push
  up = !sake git:update
  upa = !sake git:update:all
  open = !sake git:open NAME= -- $1
  close = !sake git:close NAME= -- $1
  fold = !sake git:fold
  sq = !sake git:squash