[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[AUCTeX-devel] [SOLVED] (was: git problem (again))
From: |
Uwe Brauer |
Subject: |
[AUCTeX-devel] [SOLVED] (was: git problem (again)) |
Date: |
Mon, 01 Feb 2016 13:37:59 +0000 |
User-agent: |
Gnus/5.13001 (Ma Gnus v0.10) Emacs/25.1.50 (gnu/linux) |
> Uwe Brauer <address@hidden> writes:
> Whatever you did (git reflog should give you a good idea),
git reflog
,----
| e9ddab9 address@hidden: checkout: moving from
| 836ca430f8499a4c60ea3324810845aec6e032ee to e9ddab9c38927cedad9f059cd383c
| 836ca43 address@hidden: checkout: moving from master to
836ca430f8499a4c60ea3324810845aec6e032ee
| e9ddab9 address@hidden: pull : Fast-forward
| 08ab3c1 address@hidden: 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!!