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

Detect support for Shoutcast ICY MP3 without navigator.userAgent in Firefox? -

web - SVG not rendering properly in Firefox -

java - JavaFX 2 slider labelFormatter not being used -