From e563defb181e1b4f025428318372da40e0b85363 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9D=B4=EA=B2=BD=EC=B0=AC?= Date: Mon, 20 Aug 2018 15:31:26 +0900 Subject: [PATCH] test --- git/git.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/git/git.txt b/git/git.txt index 51052d0..02ffc06 100644 --- a/git/git.txt +++ b/git/git.txt @@ -86,7 +86,7 @@ git push : 푸쉬 --merge git merge {브런치명} : 해당 브런치 master에 머지 ---stash +--stash git git stash : 현재상태 저장 git stash save {스테이시명}: 스테이지명으로 현재상태 저장 git stash (pop|apply) stash@{0} : 해당 스테이지로 불러옴 @@ -105,4 +105,5 @@ git log --name-status --branches --graph --decorate --oneline : 로그에 모든 -aa \ No newline at end of file +aa +gg \ No newline at end of file