소스 검색

git-stash: replace deprecated git stash save (#3077)

Henning Pohlmeyer 5 년 전
부모
커밋
241e284db5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      pages/common/git-stash.md

+ 1 - 1
pages/common/git-stash.md

@@ -5,7 +5,7 @@
 
 - Stash current changes, except new (untracked) files:
 
-`git stash [save {{optional_stash_message}}]`
+`git stash [push -m {{optional_stash_message}}]`
 
 - Stash current changes, including new (untracked) files: