gitで管理しています。
新たに作ったブランチで作業して、git commit するたびに
postgressのデータが更新され、またgit commitしないとブランチの移動ができないのですが
結局、再commitしても postgressのデータが更新されて ブランチ移動できないというスパイラルにいます。
git checkout main 時のエラー error: Your local changes to the following files would be overwritten by checkout: data/db/pg_stat_tmp/db_0.stat data/db/pg_stat_tmp/db_13395.stat data/db/pg_stat_tmp/global.stat Please commit your changes or stash them before you switch branches. Aborting
↑をコミットしてステータスを見ると以下になります
git commit -m "ab" git status On branch auth Changes not staged for commit: (use "git add <file>..." to update what will be committed) (use "git restore <file>..." to discard changes in working directory) modified: data/db/pg_stat_tmp/db_0.stat modified: data/db/pg_stat_tmp/db_13395.stat modified: data/db/pg_stat_tmp/global.stat no changes added to commit (use "git add" and/or "git commit -a")
どうしたらこの状況から抜け出せますでしょうか?
ご教授のほど宜しくお願い申し上げます。。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2021/08/24 13:55