diff --git a/README.md b/README.md index f355243..7afacf2 100644 --- a/README.md +++ b/README.md @@ -896,6 +896,12 @@ To stash all the edits in your working directory $ git stash ``` +If you also want to stash untracked files, use `-u` option. + +```sh +$ git stash -u +``` + ### Stash specific file