Indicate `stash` should be run from within `$HOME`

This commit is contained in:
Tim Byrne 2017-01-27 08:22:31 -06:00
parent e90ebd67be
commit 7f6fe24280
No known key found for this signature in database
GPG Key ID: 6CBE24C2FD8CF76E
1 changed files with 6 additions and 4 deletions

10
yadm
View File

@ -246,10 +246,12 @@ function clone() {
This likely happened because you had files in \$HOME
which conflicted with files tracked by origin/master.
You can review the stashed conflicts with the command
'yadm stash show -p'. If you want to restore the stashed
data, you can run 'yadm stash apply' or 'yadm stash pop'
and then handle the conflicts in another way.
You can review the stashed conflicts with the
command 'yadm stash show -p' from within your
\$HOME directory. If you want to restore the
stashed data, you can run 'yadm stash apply' or
'yadm stash pop' and then handle the conflicts
in another way.
EOF
else
#; skip auto_bootstrap if conflicts could not be stashed