Martin, Hartmut, if you have unpushed changes in the develop branch, please remember to always rebase while pulling:
$ git pull --rebase this avoids doing useless merge commits that makes the history un-needless-ly non-linear. If you prefer, you can configure your local git repo to always rebase automatically when pulling the develop branch: $ git config branch.develop.rebase true Thanks! -- Giovanni Bajo :: [email protected] Develer S.r.l. :: http://www.develer.com My Blog: http://giovanni.bajo.it -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pyinstaller?hl=en.
