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:
sake-git / gitconfig.sample
100644 8 lines (8 sloc) 0.198 kb
1
2
3
4
5
6
7
8
[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