이번에 한번 날릴 각오로(!) 써봐야지 -_ㅠ
git stash [push]
git stash list
git stash apply | pop
SYNOPSIS 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 [push [-p|--patch] [-k|--[no-]keep-index] [-q|--quiet] [-u|--include-untracked] [-a|--all] [-m|--message <message>] [--] [<pathspec>...]] git stash clear git stash create [<message>] git stash store [-m|--message <message>] [-q|--quiet] <commit> |
[링크 : https://gmlwjd9405.github.io/2018/05/18/git-stash.html]
'프로그램 사용 > Version Control' 카테고리의 다른 글
git pull rebase 설정 (0) | 2021.06.02 |
---|---|
git log --stat (0) | 2021.05.10 |
git 저장소 합치기 해보았으나.. (0) | 2021.04.07 |
git 특정 디렉토리만 clone 하기 (0) | 2021.04.07 |
git lfs (0) | 2021.04.06 |