私はマスターブランチを持っていて、誰かが私が望まないいくつかの変更を行いました。コミットせずに変更を取り消すことは可能ですか?gitの変更を元に戻しません(マスターブランチ)
現状:
git status
On branch master
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git checkout -- <file>..." to discard changes in working directory)
modified: bazinga.php
modified: bazinga2.php
no changes added to commit (use "git add" and/or "git commit -a")
だから、基本的には古いbazinga/bazinga2ファイルに戻します。