【git】
○現在の作業を一次避難したい時
git stash
○避難した作業を表示
git stash list
○避難した作業を復元
git stash apply
○避難した作業を削除
git stash drop

この記事が気に入ったらサポートをしてみませんか?