揮発性のメモ2

知識をメモ書きしておく

git stash

# やりかけの作業を退避
git stash

# fetchしてmerge
git pull

# 退避してた分をマージ
git stash pop