RubyGems Navigation menu

wipit 0.0.1

Save your work. $ wipit > git add . && git rm $(git ls-files --deleted) && git commit -m 'WIP' Save your work to a topic branch. $ wipit my_wip_branch > git checkout -b my_wip_branch && git add . && git rm $(git ls-files --deleted) && git commit -m 'WIP' Save your work to a topic branch and push to origin. $ wipit my_wip_branch -p > git checkout -b my_wip_branch && git add . && git rm $(git ls-files --deleted) && git commit -m 'WIP' && git push origin my_wip_branch

Gemfile:
= 複製 已複製

安裝:
=

版本列表:

  1. 0.1.1 - September 29, 2011 (5.0 KB)
  2. 0.1.0 - August 16, 2011 (5.0 KB)
  3. 0.0.2 - April 29, 2011 (5.5 KB)
  4. 0.0.1 - April 29, 2011 (5.0 KB)

擁有者:

作者:

  • John Thomas Marino

SHA 256 checksum:

266b9c2b92f691118c85e5b33cb389914300744616a823f858768cf10afe4ea5

總下載次數 13,141

這個版本 3,005

License:

Ruby 版本需求:

相關連結: