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,604 of 187,255
Downloads: 14,136
Daily
Ranking: 98,642 of 187,239
Downloads: 1
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 |