RubyGems Navigation menu

wipit 0.1.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:
= Copy to clipboard Copied!

install:
=

Versions:

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

Owners:

Authors:

  • John Thomas Marino

SHA 256 checksum:

3680c2b7c234649cc42ae2ae6e39f4fde529f656047e8b0503ce9c554715e242

Total downloads 13,069

For this version 4,102

Licenses:

N/A

Required Ruby Version: None

Links: