前提・実現したいこと
Gitで「first.txt」を「git add」でステージングエリアに追加しようとしています。
ただ、ファイルがステージングエリアではなく「DS_Store」に格納されていました。
質問は2つです。
①「first.txt」を「DS_Store」からステージングエリアに追加(移動?)させる方法
②「first.txt」は、現状どうなっているのか
初めての質問になるので説明不足の点もあるかと思いますが、
ご教示いただけますと幸いです。
発生している問題・エラーメッセージ
・「git add」で「first.txt」ファイルが追加できない。
・「first.txt」ファイルの存在場所、状況が掴めていない。
該当のソースコード
usernoMacBook-Air:intro_git user$ ls first.txt usernoMacBook-Air:intro_git user$ ls -a . .DS_Store first.txt .. .git usernoMacBook-Air:intro_git user$ git add first.txt usernoMacBook-Air:intro_git user$ ls -a . .DS_Store first.txt .. .git
usernoMacBook-Air:intro_git user$ git status On branch master No commits yet Changes to be committed: (use "git rm --cached <file>..." to unstage) new file: first.txt Untracked files: (use "git add <file>..." to include in what will be committed) .DS_Store usernoMacBook-Air:intro_git user$ ls first.txt
試したこと
「git add」 や 「git add Ds_Store」などのワードでググったり、
teratail、Qiita、Gitの公式ドキュメントなどで検索をかけたが、
解決できる答えがなかった(理解が及ばなかった)。
###考えたこと
・git initを2回してしまったから、first.txtファイルが削除されていると考えた。
・statusで確認したら (use "git rm --cached <file>..." to unstage)
new file: first.txtとなっていたので、削除されているのかと思った。
・ただ、lsで検索をかけるとfirst.txtファイルが存在しているので
現状がどうなっているか分からなくなった。
お手数ですが、ご回答をよろしくお願いいたします。
補足情報(FW/ツールのバージョンなど)
・macOS Big Sur バージョン11.1
・MacBook Air (11-inch, Early 2015)
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2021/01/11 10:36