“git kehilangan perubahan setelah reset -” Kode Jawaban

git reset tetap perubahan

git reset HEAD^ --soft
Itchy Impala

git kehilangan perubahan setelah reset -

git reflog is your friend.
Find the commit that you want to be on in that list and you can reset to it
for example:git reset --hard e870e41

(If you didn't commit your changes... you might be in trouble - commit early, and commit often!)
Aryman

Jawaban yang mirip dengan “git kehilangan perubahan setelah reset -”

Pertanyaan yang mirip dengan “git kehilangan perubahan setelah reset -”

Lebih banyak jawaban terkait untuk “git kehilangan perubahan setelah reset -” di Shell/Bash

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya