En utilisant git, j'ai fait quelque chose comme ça
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)
Parce qu'il m'a dit que je pouvais encore m'engager dans un état de tête détachée, je l'ai fait. Mais maintenant, je veux fusionner ma branche principale détachée et ma branche principale locale, puis pousser mon groupe de modifications vers origine / maître.
Donc, ma question est de savoir comment fusionner la branche principale avec mon état actuel (tête détachée)