0

So i usually have a feature branch and then arc diff master to create a differential revision off master branch.

How will i make a revision on a repository that has only the master branch?

Should i have started with an empty branch or commit to record the whole diffs? Is there a standard way to do this in phabricator?

4

1 回答 1

1
  • 您可以使用arc diff origin/master在源的主分支和本地主分支之间生成差异。
  • 您可以将更改移动到本地分支,就好像您从一个空分支开始一样。这是一个通用git工作流程,如果您不确定如何操作,可以搜索说明。
于 2014-06-24T14:21:41.197 回答