Git
Featured
Tutorial Teknologi dan Atur Cara dalam Bahasa Melayu
$ git reset --soft HEAD^ (1) $ edit something here (2) $ add files to using git add $ git commit -c ORIG_HEAD (3) 1 – This is most often done when you remembered what you just committed is incomplete, or you misspelled your commit message, or both. Leaves working tree as it was before […]