我的铁路项目与我目前的铁路项目相距甚远,或相似。 我对这两人进行了总结。
git init
git remote add origin blah@blah
git pull
问题是,在我工作复印件中,我的一些档案被添加(不是在边远),在我这样做的时候,情况就是如此。
git status
it should show a bunch of untracked files. Instead I see the files from the repo that are out of date.
Why didn t it ask me to resolve conflicts in these files? And where are my old files?