On Fri, Jan 3, 2014 at 1:15 PM, Michael Della Bitta
<michael.della.bi...@appinions.com> wrote:
>> My working directory _IS NOT_ clean if 'git push' would do something.
>
> I just wanted to make sure you understand this... 'git push' operates
> between your local repository and the remote repository you specify, and not
> on working directories, right? 'git status' comes up clean because there are
> no pending changes between your working directory and your local repo.
>

thats really not the issue here: git status will list the pending
commits if you force the merge not to use fast-forward.

the issue is fast-forward merges.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to