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
Post a Comment