Sprawdziłem kolejną gałąź z aktualizacjami, a następnie wprowadziłem kilka zmian, wróciłem do głównego gita, a teraz zmiany zniknęły! Czy mogę je odzyskać? terminal był w zasadzie:Jak odzyskać zatwierdzenie z "odłączonego stanu głowy"?
$ git commit
[detached HEAD 7c09e17] Fixed some stuff
files changed, insertions(+), deletions(-)
$ git push master
fatal: 'master' does not appear to be a git repository
fatal: The remote end hung up unexpectedly
$ git checkout master
Previous HEAD position was 7c09e17... Fixed some stuff
Switched to branch 'master'
$ git merge theother/directory
dup z http://stackoverflow.com/questions/4845505/gitx-how-do-i-get-my-detached-head-commits-back-into-master? – smparkes