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: 66,982 of 183,127
Downloads: 13,472
Daily
Ranking: 74,510 of 183,106
Downloads: 0
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 |