I have just discovered that it is possible to quickly get latest version of devel branch into a temporary folder, make some change/fix and then commit and push in usual way.
My leo installation is about month or two behind and I can't sync it now. However, using: cd /tmp git clone -b devel --single-branch --depth 1 [email protected]:leo-editor/leo- editor.git I have got the latest version of devel branch and applied some fix to leo/core/leoCache.py, and then commit, push... Cloning with --depth 1 argument makes a shallow clone without history, just the latest version. Vitalije -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
