助けてください初心者です gitについて
解決したいこと
ここに解決したい内容を記載してください。
cloud9にてgit pull origin main とと打つところを,
git pull origin masterと打ちました。そしたらよくわかんなくなってrしまったのですが、元に戻すにはどうしたらいいですか?
発生している問題・エラー
出ているエラーメッセージを入力
Merge branch 'master' of github.com:Eiichi1215/git_tutorial
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit
例)
NameError (uninitialized constant World)
```
または、問題・エラーが起きている画像をここにドラッグアンドドロップ
該当するソースコード
ソースコードを入力
Merge branch 'master' of github.com:Eiichi1215/git_tutorial
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit```
例)
```ruby
def greet
puts Hello World
end
自分で試したこと
ここに問題・エラーに対して試したことを記載してください。
0