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 -p" and pushed

Aw: [git-users] git pull HEAD -> origin/HEAD unexpected revision

2016-01-26 Thread Ali Weis
Hi,   I tried to reproduce the state of error locally. To this end, I created a local bare repository and pointed the HEAD reference to develop. Then created two clones local1 and local2 with git clone. I added the file "new" and forced a push from local1, which wrote the following output: