“Git List Sches” Kod odpowiedzi

Git List Sches

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 Zobacz skrytkę

git stash show -p stash@{1}
Happy Hyena

Git Usuń skrytkę

git stash drop stash@{index}   // here index will be shown after getting stash list.
Perro Fiel

git usuń pierwszy skrytka

git stash drop 0
Hafez

Git Show List of Stashes

# git show list of stashed data
git stash list
KostasX

Odpowiedzi podobne do “Git List Sches”

Pytania podobne do “Git List Sches”

Więcej pokrewnych odpowiedzi na “Git List Sches” w Shell/Bash

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu