diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2013-04-09 17:05:06 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2013-04-09 17:05:06 +0200 |
commit | 353457158d7d298a10b5de241daa2b5296d551d3 (patch) | |
tree | 8a559d7419c002c3594cd40898fd518e11649191 | |
parent | 732b6b0f31c1698fa09650ede24dc20ca5e9f84f (diff) | |
download | bin-353457158d7d298a10b5de241daa2b5296d551d3.zip bin-353457158d7d298a10b5de241daa2b5296d551d3.tar.gz |
git-stash: fix git add call
-rwxr-xr-x | git-stash | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ else # R/RI/RICU; start git commit --allow-empty -m wip-index-state # now RI/RI/RICU; pushed index onto repo - git add -A && git commit --allow-empty -m wip-worktree-state + git add -A :/ && git commit --allow-empty -m wip-worktree-state # now RICU/RICU/RICU; pushed C/U files onto repo # ... switch branch, work work work, commit ... # now you want to get back to the saved state |