I have a strange problem. i made changes to my project and committed all changes. immediately after this commit, I copied both the git repository(.git folder
) and working directory(my project) into another location. I then run, git status
on the original project not the copied one.
while i expect working tree clean
, i am getting changes not staged for commit
, why i am getting this?
git status
output
On branch master Changes not staged for commit: (use "git add ..." to update what will be committed) (use "git checkout -- ..." to discard changes in working directory)
modified: kS_Solutions/My Project/PublishProfiles/mlkfilesys.pubxml.user modified: kS_Solutions/bin/FAMS_Solutions.dll
expected output
Nothing to commit, working tree clean