最終更新:2023-07-13 (木) 06:20:28 (288d)  

git stash
Top / git stash

  • git stash list?
  • git stash apply?
  • git stash show?

コマンド

  • git stash list [<options>]
    git stash show [<stash>]
    git stash drop [-q|--quiet] [<stash>]
    git stash ( pop | apply ) [--index] [-q|--quiet] [<stash>]
    git stash branch <branchname> [<stash>]
    git stash [save [-p|--patch] [-k|--[no-]keep-index] [-q|--quiet]
                [-u|--include-untracked] [-a|--all] [<message>]]
    git stash clear
    git stash create [<message>]
    git stash store [-m|--message <message>] [-q|--quiet] <commit>

取り出す

  • git stash apply? stash@{0}

TortoiseGit

  • ログからpopできる

関連