J'ai des branches en conflit, branch2 branched from branch1.
Disons qu'en rebasant branch2
sur le courant branch1
, tout en résolvant les conflits, je décide de prendre certains (pas tous) de "leurs" (ie branch1
) fichiers tels quels. Comment je fais ça?
J'ai essayé:
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