Uwe Brauer <[email protected]> writes:

> Hi
>
> I have a recent git clone
>
>  git log | more
>
> Tells me
> ,----
> | commit e9ddab9c38927cedad9f059cd383c83f5e4b67ff
> | Author: Mosè Giordano <[email protected]>
> | 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

_______________________________________________
auctex-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/auctex-devel

Reply via email to