I installed the project from USB. I developed some classes (java project). Then I called remote
on git, trying to checkout "master", but it says:
Please move or remove them before you can switch branches.
Aborting
If I remove them, I will lose my files. If I stash
them, then unstash
after the "master" check out, would this be a solution?
To test, I only committed one file to another branch. When I try to compare that branch with "master", github says:
There is nothing to compare
One file is not important, but I have lots of files. What should I do?