Categories: None [Edit]
wipit
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
Total
Ranking: 68,792 of 187,622
Downloads: 14,183
Daily
Ranking: 83,726 of 187,603
Downloads: 2
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
| Rank | Downloads | Name |
|---|
Depends on
| Rank | Downloads | Name |
|---|
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | johnnytommy |