After a git rebase
I have merge conflicts to solve. I'm confused by the meaning of "added by us" on A.java
. What prevents it being automatically added/staged as a new file like C.java
?
Changes to be committed:
(use "git reset HEAD <file>..." to unstage)
new file: com/company/C.java
Unmerged paths:
(use "git reset HEAD <file>..." to unstage)
(use "git add <file>..." to mark resolution)
added by us: com/company/A.java
both modified: com/company/B.java
git version 2.5.1.windows.1