Re: How to keep uncommitted work in a git clone

2016-11-04 Thread David Bariod
On Fri, Nov 4, 2016 at 10:20 AM, Chris Jones wrote: > Hi, > > On 04/11/16 09:16, David Bariod wrote: > >> >> >> On Fri, Nov 4, 2016 at 9:55 AM, Chris Jones > <mailto:jon...@hep.phy.cam.ac.uk>> wrote: >> >> >> >&

Re: How to keep uncommitted work in a git clone

2016-11-04 Thread David Bariod
On Fri, Nov 4, 2016 at 9:55 AM, Chris Jones wrote: > > > On 04/11/16 05:39, David Bariod wrote: > >> Hello, >> >> Personnally, I would just commit such change. It is cheap, can be >> reworked later and be ketp safe in a private remote repository in case >

Re: How to keep uncommitted work in a git clone

2016-11-03 Thread David Bariod
Hello, Personnally, I would just commit such change. It is cheap, can be reworked later and be ketp safe in a private remote repository in case of disaster. With git there are no reason to not commit event not ready yet change set. Best regards, David On Fri, Nov 4, 2016 at 2:56 AM, Ryan Schmidt

Re: advanced bash-ing for long compiles

2016-10-14 Thread David Bariod
Hi Ken, I would really use screen instead and disconnect it and reconnect it later. David On Fri, Oct 14, 2016 at 4:30 PM, Ken Cunningham < ken.cunningham.web...@gmail.com> wrote: > Some advice appreciated ... > > > long compiles can take hours > > i can ssh into the machine and get it started

Re: tcl question: defining dynamically named variables in a namespace

2016-10-07 Thread David Bariod
It's been a long time I haven't done Tcl development, but from memory: namespace eval { --> your code here <--- } should do what you're trying to do. -- David On Fri, Oct 7, 2016 at 2:12 PM, René J.V. Bertin wrote: > sorry for the noise, it seems I can simply use > > namespace upvar kf5

Re: How to use git

2016-08-22 Thread David Bariod
On Mon, Aug 22, 2016 at 10:57 AM, Mojca Miklavec wrote: > On 20 August 2016 at 02:19, Ryan Schmidt wrote: > > > > https://trac.macports.org/wiki/WorkingWithGit > > We should add this: > http://stackoverflow.com/questions/927358/how-to-undo- > last-commits-in-git#927386 > to: > https://tra