本文介绍了GitHub:什么是“wip”科?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在浏览GitHub存储库时,我经常看到wip分支(例如 3.1.0-wip )。 wip意味着什么?



我无法在任何地方找到答案 - 无论是Google还是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.

解决方案

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

这篇关于GitHub:什么是“wip”科?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-18 14:07