まだコミットしていない前提
まだコミットされていない変更を一旦脇に置いて、何の変更もないクリーンな状態に戻す
1
git stash save
クリーンな状態に戻ったことを確認
1
git status
新しい作業用ブランチを作成して移動
1
git checkout -b 作業ブランチ
現在のブランチを確認
1
git branch -a
脇に置いた変更を作業用ブランチに取り込む
1
git stash pop
Update your browser to view this website correctly. Update my browser now