Memulihkan file yang dihapus secara tidak sengaja oleh git reset keras
git fetch --all
git reset --hard origin/{{your branch name}}
Splendid Stoat
git fetch --all
git reset --hard origin/{{your branch name}}