Ho rami in conflitto, branch2 ramificato da branch1.
Diciamo che quando ci si rifà branch2
all'attuale branch1
, risolvendo i conflitti, decido di prendere alcuni (non tutti) dei "loro" (cioè branch1
) file così come sono. Come lo faccio?
Provai:
git checkout branch1:foo/bar.java
fatal: reference is not a tree: TS-modules-tmp:foo/bar.java
git checkout refs/heads/branch1:foo/bar.java
fatal: reference is not a tree: refs/heads/TS-modules-tmp:foo/bar.java