Hi Justin,
-----------------------
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
-----------------------
Nothing in this case as nothing happened remotely.
Btw, I just did a git update + refacto that's the reason why I haven't see
your post before.
-Fred
-----Message d'origine-----
From: Justin Mclean
Sent: Sunday, March 24, 2013 11:18 PM
To: dev@flex.apache.org
Subject: Re: [Git/Wiki] please review the proposed workflow and comment
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