GitHub: What is a “wip” branch?

2019-03-09 14:37发布

When I was browsing GitHub repositories I quite often saw "wip" branches (e.g. 3.1.0-wip). What does "wip" mean?

I couldn't find the answer anywhere - neither on Google nor on GitHub:help.

2条回答
We Are One
2楼-- · 2019-03-09 15:14

On GitHub, pull requests are prefixed by [WIP] to indicate that the pull requestor

  1. has not yet finished his work on the code (thus, work in progress), but
  2. looks for have some initial feedback (early-pull strategy), and
  3. wants to use the continuous integration infrastructure of the project. For instance, TravisCI, CodeCov, and codacy.

More motivation for WIP pull requests is written by @ben straub at https://ben.straub.cc/2015/04/02/wip-pull-request/.

查看更多
你好瞎i
3楼-- · 2019-03-09 15:19

Conventionally, "wip" stands for "work in progress".

查看更多
登录 后发表回答