Kesalahan: Menarik tidak dimungkinkan karena Anda memiliki file yang belum diubah.

git reset --hard HEAD

If you dont want to merge the changes and still want to update your local then run:
This will reset your local with HEAD and then pull your remote using git pull.
Hacker Harsha