Re: Issues with version control

2018-01-02 Thread Pavel Sanda
Rich Shepard wrote: > I _thought_ I had set up version control using GIT. Checking in the > document after adding text now generates an error (see attached .png). > > Turns out that there was no .git repository in that directory, so I > created one manually and will manually commit changes. Per

Re: Issues with version control

2017-12-25 Thread Rich Shepard
On Mon, 25 Dec 2017, Dr Eberhard Lisse wrote: does 'ci' on the command line work? el, It does with SVN but GIT uses commit instead of check in. My fingers do the right thing and I mis-remembered when I wrote the message. Apologies, Rich

Re: Issues with version control

2017-12-25 Thread Dr Eberhard Lisse
Os, does 'ci' on the command line work? el On 2017-12-25 02:08 , Rich Shepard wrote: > On Mon, 25 Dec 2017, Dr Eberhard Lisse wrote: > >> it seems to want to use ci (which means rcs).. > > el, > >   'ci' is also a git alias for 'commit' and works on the command line. > Since I use git for my

Re: Issues with version control

2017-12-24 Thread Rich Shepard
On Mon, 25 Dec 2017, Dr Eberhard Lisse wrote: it seems to want to use ci (which means rcs).. el, 'ci' is also a git alias for 'commit' and works on the command line. Since I use git for my programming (python, grass, R, sql) saving versions using the CLI is fine with me. Regards, Rich

Re: Issues with version control

2017-12-24 Thread Dr Eberhard Lisse
Rich, it seems to want to use ci (which means rcs).. el On 2017-12-24 00:36 , Rich Shepard wrote: >   I _thought_ I had set up version control using GIT. Checking in the > document after adding text now generates an error (see attached .png). > >   Turns out that there was no .git repository in

Issues with version control

2017-12-23 Thread Rich Shepard
I _thought_ I had set up version control using GIT. Checking in the document after adding text now generates an error (see attached .png). Turns out that there was no .git repository in that directory, so I created one manually and will manually commit changes. Perhaps it's not working from t