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

pull/57/head
Tim Byrne 7 years ago
parent e90ebd67be
commit 7f6fe24280
No known key found for this signature in database
GPG Key ID: 6CBE24C2FD8CF76E

10
yadm

@ -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

Loading…
Cancel
Save