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

Using 'OR' and 'AND' in SQL Server -

c++ - NetBeans Remote Development with additional configuration -

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