我在这里遵循这个教程:
1)-这是什么"joint.util.deepSupplement“?它的目的是什么?// Create a custom view for that element that displays an HTML div above it.joint.shapes.html.ElementView = joint.dia.ElementView.
如果我在管理一个项目,有两个开发人员为我工作,我今天就开始跟踪这个项目。我的项目在www.somedomain.com上公开发布。//ssh + cd into the directory I want to track, then do然后,在项目中工作的开发人员会将这个存储库克隆到他们的本地机器上,并按照他们的意愿使用它,在他们的本地机器上进行更改和开发项目。这就是我有点困惑的地方。
如果我们使用--bare,开发人员如何将他们的代码提交到中央存储库,这不会阻止他们这样做吗?