On Fri, Jan 3, 2014 at 1:15 PM, Michael Della Bitta <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
