Za pomocą git zrobiłem coś takiego
git clone
git checkout {a rev number tree rev before} (here I started to be in a detached head state)
//hacking
git commit
//hacking
git commit
(some commit where made on origin/master)
git pull (which does complete because there was some error due to the fact that I'm no more on master)
Ponieważ powiedziało mi, że wciąż mogę popełnić błąd, gdy jestem w stanie oderwanej głowy, więc to zrobiłem. Ale teraz chcę polubić moją odłączoną gałąź główną i moją lokalną gałąź główną, a następnie przesłać moją grupę zmian do origin / master.
Więc moje pytanie brzmi: jak mogę połączyć gałąź master z moim faktycznym stanem (odłączona głowa)