Git says "new commits" but none can be found in the folder -


strange thing couldn't find answer for. don't know how happens past couple of weeks.

i keep seeing folder has "(new commits)" @ end when git status i'm sure i've done no changes it. also, when cd folder , git status there, git tells me there no changes present.

when commit folder, i'm ok day or two, comes back. comes after git pull, it's shared project , didn't check behaviour yet.

any ideas?

enter image description here

this indicates mockery directory submodule, have created new commits in directory, , have not updated repository containing submodule point latest commit in submodule's repository. note submodules point specific commits in repository, not remote repository url. ensures when clone repository containing submodules, exact same code author using (or author declared using -- can see here, it's possible not tell "parent" repository new commits).

git add mockery instruct git use current head commit in submodule submodule's commit identifier. versioned change, have commit result.


Comments

Popular posts from this blog

database - VFP Grid + SQL server 2008 - grid not showing correctly -

jquery - Set jPicker field to empty value -

.htaccess - htaccess convert request to clean url and add slash at the end of the url -