まだaddしていないものを前の状態に戻すためにgit checkout .を使ったんですが戻らない状態になっています
git statusを打つと下記が出てきます。
% git status On branch main Your branch is up to date with 'origin/main'. Untracked files: (use "git add <file>..." to include in what will be committed) app/assets/stylesheets/home.scss app/controllers/home_controller.rb app/helpers/home_helper.rb app/javascript/stylesheets/ app/views/home/ tailwind.config.js test/controllers/home_controller_test.rb nothing added to commit but untracked files present (use "git add" to track)
まだaddされていないのでgit checkout .で戻りそうなんですが打っても下記になってしまいます。
% git checkout . Updated 0 paths from the index
この状態になった人いるでしょうか?またどうやって変更を戻したでしょうか?
回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。