> Uwe Brauer <o...@mat.ucm.es> writes:

    > Whatever you did (git reflog should give you a good idea),

git reflog
,----
| e9ddab9 HEAD@{0}: checkout: moving from
| 836ca430f8499a4c60ea3324810845aec6e032ee to e9ddab9c38927cedad9f059cd383c
| 836ca43 HEAD@{1}: checkout: moving from master to 
836ca430f8499a4c60ea3324810845aec6e032ee
| e9ddab9 HEAD@{2}: pull : Fast-forward
| 08ab3c1 HEAD@{3}: clone: from http://git.savannah.gnu.org/r/auctex.git
`----


    > you probably
    > can get back to normal using

    > git checkout master
git checkout master

,----
| Switched to branch 'master'
| Your branch is behind 'origin/master' by 4 commits, and can be fast-forwarded.
`----
git pull

Works as expected. Thanks!!


_______________________________________________
auctex-devel mailing list
auctex-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/auctex-devel

Reply via email to