[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [AUCTeX-devel] git problem (again)
From: |
David Kastrup |
Subject: |
Re: [AUCTeX-devel] git problem (again) |
Date: |
Mon, 01 Feb 2016 14:26:11 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) |
Uwe Brauer <address@hidden> writes:
> Hi
>
> I have a recent git clone
>
> git log | more
>
> Tells me
> ,----
> | commit e9ddab9c38927cedad9f059cd383c83f5e4b67ff
> | Author: Mosè Giordano <address@hidden>
> | Date: Mon Jan 25 22:30:10 2016 +0100
> |
> | Code cleaning
> |
> | * latex.el (TeX-arg-document): Remove useless (mapcar 'identity ...).
> | Suggested by Marcin Borkowski.
> | * style/biblatex.el (LaTeX-biblatex-package-options): Ditto.
> `----
>
> Now I want to run git pull in order to get all the exciting new
> features. But I receive git pull ,---- | You are not currently on a
> branch, so I cannot use any | 'branch.<branchname>.merge' in your
> configuration file. | Please specify which remote branch you want to use
> on the command | line and try again (e.g. 'git pull <repository>
> <refspec>'). | See git-pull(1) for details. `----
>
> Ok I can clone again, but I would love to know what is going on [1]
Whatever you did (git reflog should give you a good idea), you probably
can get back to normal using
git checkout master
--
David Kastrup