git-pull omits a file -


git saying date there file missing on 1 node's copy of source tree. on system a:

$ ls -l abc.py xyz.py  $ git add xyz.py $ git status nothing added commit...  $ git commit nothing added commit...  $ git push up-to-date 

on system b:

$ git pull up-to-date $ ls -l abc.py 

my question is: happened file xyz.py on system b? why did pull not create on system b?


Comments

Popular posts from this blog

java - How to Configure JAXRS and Spring With Annotations -

visual studio - TFS will not accept changes I've made to a Java project -

php - Create image in codeigniter on the fly -