“git show list of Stashes” Ответ

Список GIT

git stash list [<log-options>]
git stash show [-u|--include-untracked|--only-untracked] [<diff-options>] [<stash>]
git stash drop [-q|--quiet] [<stash>]
git stash ( pop | apply ) [--index] [-q|--quiet] [<stash>]
git stash branch <branchname> [<stash>]
git stash [push [-p|--patch] [-k|--[no-]keep-index] [-q|--quiet]
	     [-u|--include-untracked] [-a|--all] [-m|--message <message>]
	     [--pathspec-from-file=<file> [--pathspec-file-nul]]
	     [--] [<pathspec>…​]]
git stash clear
git stash create [<message>]
git stash store [-m|--message <message>] [-q|--quiet] <commit>
Glorious Gnu

git show list of Stashes

# git show list of stashed data
git stash list
KostasX

Ответы похожие на “git show list of Stashes”

Вопросы похожие на “git show list of Stashes”

Больше похожих ответов на “git show list of Stashes” по Shell/Bash

Смотреть популярные ответы по языку

Смотреть другие языки программирования