On Sat, 3 Oct 2015, Clive Nicholas wrote:
Excellent stuff. Downloaded and run -git- on my Linux system and
then
executed gretl-git; works quite nicely.
Just one question: what do you typically type after -git commit-: in other
words, is there a 'default' option?
The actual default is just to show any files that have been modified
in your local copy. But if you do
git commit -a
then git will assume you want to commit all modified files (and will
prompt you for a commit message).
I find I'm usually doing "git commit -a".
Allin