## やりたいこと
push
したら、Xcodeからファイルが消えたので復活させたい。
(GitHubにはコードは存在)
## 試したこと
git reflog
のあと、git checkout ~~
を実行。
ファイルは復活せず。
その時のコマンドは、以下の通り。
git checkout 3df00b5 M CodeCheck-Test-Yumemi.xcodeproj/xcuserdata/matsumotokazuki.xcuserdatad/xcschemes/xcschememanagement.plist Note: switching to '3df00b5'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c <new-branch-name> Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false HEAD is now at 3df00b5 Add .gitignore
## 参考
-
push
出来ず、StackViewで見かけた記事の通りpull
した後push
出来た。ら、ファイルが消えました。 -
Merge
が原因かも知れません。 -
pull
かも知れません。 -
まだGitHub初心者で、普段は
commit
&push
しか使わず、それ以外の機能がよく分かっていないです。
質問は以上です。
お時間あるときに、ご返信頂けましたら幸いです????
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/09/13 22:29 編集
2020/09/13 22:33