我做了一个提交,在尝试用
arc diff dev
命令创建一个差异之后,但我遇到了一个错误
ARC: Cannot mix D and F
UNIX: No such file or directory
任何想法如何解决它?
我在 arc diff 命令之前执行的步骤:
$ git commit -am "<commit message>"
$ git pull --rebase
$ git push origin my_working_branch
git状态输出:
$ git status
On branch ATD-86
Untracked files:
(use "git add <file>..." to include in what will be committed)
../javaproject/
nothing added to commit but untracked files present (use "git add" to
track)
分支开发受到保护,这可能是一个原因吗?