2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Gitで間違えてmasterにcommitしてしまったときの対処法(SourceTree)

Posted at

#はじめに
Gitでブランチを作成せずにmasterにcommitしてしまったため、記録として書きます。

今は記事作成に時間を割きたくないため、丁寧な書き方ではありませんが、画像を載せているのでご了承ください。

###本記事について
SourceTreeを使用したGit操作を行っているのでお役に立っていただけば嬉しいです。

###参考記事
https://off.tokyo/blog/git-master-commit/

#手順
###1
ブランチを作成せずmasterにcommitしてしまった

image.png

###2
まずは新しいブランチの作成

  1. 「ブランチ」をクリック
  2. 新規ブランチ名を記載
  3. 「ブランチを作成」をクリック
    image.png

###3
次に、masterに移動 ※私のではmainとなっています

  1. 左側のmainをダブルクリックでmainに移動
  2. 画像2のように「コミット適用前に戻す」をクリック
    image.png

###4
1.確認画面が現れるでの「OK」をクリック
image.png

###5
1.完了
image.png

これで、新しいブランチにはcommitした物が保存されてt、masterには元の状態に戻っています。

#まとめ
masterに間違えてコミットしたら
新しいブランチを作成し、masterのcommitをリセットしたら終わり
です!
まとめたら簡単ですね。

2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?