I am pretty new to git but enjoy it already. Here is my current issue:
- some info:
- I am extending a project that a friend gave me as an archive. The folder contained the git repository and had an origin on github.
- after cleaning unnecessary stuff I made an account on BitBucket and pushed the entire project there and untracked from the origin
- I kept working nicely: made branches, commits, merging, everything went fine. For a month I started working on a branch and change a few files (around 20 I think). Everything seemed fine.
- I am extending a project that a friend gave me as an archive. The folder contained the git repository and had an origin on github.
- the problem:
- a few days ago, I decided to move the project folder from one partition to another (I work on a Macbook and I moved it from the Windows partition to MacOS's partition)
- when git status'ed, I noticed that all the files in my project were considered modified, not only my current changes. Now I don't know what my changes are and the branch is useless. What can I do to see only my changes? I haven't touched most part of the project and the entire history is fine.