File bertahap git yang tidak seimbang
git reset HEAD file_path
Obedient Oryx
git reset HEAD file_path
#unstage a single file
git rm --cached <filePath>
#unstage all staged files
git reset
git reset HEAD <file>
#How to unstage a file
git reset FILE.txt
rit reset config.json