Re: [git-users] dropped stash without applying

2016-03-14 Thread Magnus Therning
Pablo Rodríguez writes: > On 03/11/2016 03:42 PM, Konstantin Khomoutov wrote: >> On Thu, 10 Mar 2016 21:56:07 +0100 Pablo Rodríguez wrote: >> [...] >>> As far as I know, all my repos are normal. I don’t know how to get >>> non-bare repositories (no idea of what these might be). >>

Re: [git-users] dropped stash without applying

2016-03-13 Thread Pablo Rodríguez
On 03/11/2016 03:42 PM, Konstantin Khomoutov wrote: > On Thu, 10 Mar 2016 21:56:07 +0100 Pablo Rodríguez wrote: > [...] >> As far as I know, all my repos are normal. I don’t know how to get >> non-bare repositories (no idea of what these might be). > [...] > > A bare repository is a repository

Re: [git-users] dropped stash without applying

2016-03-11 Thread Konstantin Khomoutov
On Thu, 10 Mar 2016 21:56:07 +0100 Pablo Rodríguez wrote: [...] > As far as I know, all my repos are normal. I don’t know how to get > non-bare repositories (no idea of what these might be). [...] A bare repository is a repository with no work tree -- which contains the files

Re: [git-users] dropped stash without applying

2016-03-10 Thread Pablo Rodríguez
On 01/26/2016 09:42 AM, Konstantin Khomoutov wrote: > On Tue, 26 Jan 2016 06:56:27 +0100 Pablo Rodríguez wrote: > >> I’m a git newbie and I wanted to stash a git repository containing >> text files. There were some uncommited changes in some files. >> >> I stashed with "git stash". >> >> I

Re: [git-users] dropped stash without applying

2016-01-26 Thread Konstantin Khomoutov
On Tue, 26 Jan 2016 06:56:27 +0100 Pablo Rodríguez wrote: > I’m a git newbie and I wanted to stash a git repository containing > text files. There were some uncommited changes in some files. > > I stashed with "git stash". > > I corrected the two typos, committed with "git commit

[git-users] dropped stash without applying

2016-01-25 Thread Pablo Rodríguez
Dear list, I’m a git newbie and I wanted to stash a git repository containing text files. There were some uncommited changes in some files. I stashed with "git stash". I corrected the two typos, committed with "git commit -p" and pushed changes to GitHub with "git push origin master". Since