Open5

自然と使いこなしたいGitコマンド

rnk0085rnk0085

作業を一時保存

git stash -u

保存した作業を元に戻す

git stash apply stash@{0}

何を一時保存しているかチェック

git stash list