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] Thanks Uwe Brauer Footnotes: [1] (this time I did not delete important git files, since my scripts which I use for cleaning up old stuff runs outside that directory) _______________________________________________ auctex-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/auctex-devel
