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.
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.
On GitHub, pull requests are prefixed by
[WIP]
to indicate that the pull requestorMore motivation for WIP pull requests is written by @ben straub at https://ben.straub.cc/2015/04/02/wip-pull-request/.
Conventionally, "wip" stands for "work in progress".