Hi,

With 1.  what happens if you do a pull before the commit like so:

echo Create File1 > File1
git add File1
git pull
git commit -m "Added File1"
git push

Justin

Reply via email to