On Thu, 11 Jan 2018 00:48:10 -0800 (PST) tscv11 <[email protected]> wrote:
> I guess the subject says it all. I tried using 'shell-command', then > entering 'git commit', and received the appropriate output in the > log pane (commit succeeded). However, every time I tried after that > Leo crashed. Is there a good way to integrate Leo and Git so that I > could make many small commits on a regular basis without disrupting > things too much? Maybe a plugin could help? > > Thanks! > > tsc I think most people just enter git commands in their OS's console. When you install git from https://git-scm.com/ in Windows it adds the option of using a bash based command line rather than the Windows cmd based command line, but it will work fine in plain cmd too. And there are plenty of git GUIs, particularly for Windows. The crash might be because git's asking for input so the shell command's hanging at that point, but that won't be an issue if you use git outside Leo. Cheers -Terry -- 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.
