「GitLab入門」ローカルの変更を元に戻すメモ
Git Bashでコマンドを実行する
1.特定のファイル
$ git status
$ git checkout 「filename」
例 git checkout com/study/arkgame/test.java
2.全てのファイル元に戻す
$ git checkout .
Coding Changes the World
Git Bashでコマンドを実行する
1.特定のファイル
$ git status
$ git checkout 「filename」
例 git checkout com/study/arkgame/test.java
2.全てのファイル元に戻す
$ git checkout .