I am tryinng to merge update from a master code on another person's github page, and I have almost everything fixed. Now when I type git checkout master
I get this in response:
$ git checkout master
> FtcRobotController/src/main/java/com/qualcomm/ftcrobotcontroller/opmodes/NullOp.java: needs merge
> doc/javadoc/com/qualcomm/robotcore/hardware/DcMotor.MotorCallback.html: needs merge
> error: you need to resolve your current index first
When I run git diff
I get this:
> Unmerged path FtcRobotController/src/main/java/com/qualcomm/ftcrobotcontroller/opmodes/NullOp.java
> Unmerged path doc/javadoc/com/qualcomm/robotcore/hardware/DcMotor.MotorCallback.html
Now these two files do not appear when I look through my file manager.
Git newbie, please be kind to me.