Re: [git-users] Newbie: How to get my working tree back using git checkout?

2016-08-28 Thread Magnus Therning
rh kramer writes: > > > Background: I used git a little several years ago, never got very > proficient. I'm now planning on using it again in writing a piece of > software, so I'm trying to get up to speed. > > Here's my problem: I created a directory to do my

Re: [git-users] Newbie: How to get my working tree back using git checkout?

2016-08-26 Thread rhkramer
On Friday, August 26, 2016 04:25:20 PM Dale R. Worley wrote: > rh kramer writes: > > I've tried a number of variations, but I'm not getting the software (I > > guess git would call it the working tree) back. Some of the variations > > (all run from within sciscint_git): > >

Re: [git-users] Newbie: How to get my working tree back using git checkout?

2016-08-26 Thread Dale R. Worley
rh kramer writes: > I've tried a number of variations, but I'm not getting the software (I > guess git would call it the working tree) back. Some of the variations > (all run from within sciscint_git): > > git checkout HEAD > git checkout MASTER > git checkout 76641b5 > >

[git-users] Newbie: How to get my working tree back using git checkout?

2016-08-26 Thread rh kramer
Background: I used git a little several years ago, never got very proficient. I'm now planning on using it again in writing a piece of software, so I'm trying to get up to speed. Here's my problem: I created a directory to do my development in, downloaded a tar containing the related

[git-users] Newbie: How to get my working tree back using git checkout?

2016-08-26 Thread rh kramer
Background: I used git a little several years ago, never got very proficient. I'm now planning on using it again in writing a piece of software, so I'm trying to get up to speed. Here's my problem: I created a directory to do my development in, downloaded a tar containing the related