Indicate stash
should be run from within $HOME
This commit is contained in:
parent
e90ebd67be
commit
7f6fe24280
1 changed files with 6 additions and 4 deletions
10
yadm
10
yadm
|
@ -246,10 +246,12 @@ function clone() {
|
||||||
This likely happened because you had files in \$HOME
|
This likely happened because you had files in \$HOME
|
||||||
which conflicted with files tracked by origin/master.
|
which conflicted with files tracked by origin/master.
|
||||||
|
|
||||||
You can review the stashed conflicts with the command
|
You can review the stashed conflicts with the
|
||||||
'yadm stash show -p'. If you want to restore the stashed
|
command 'yadm stash show -p' from within your
|
||||||
data, you can run 'yadm stash apply' or 'yadm stash pop'
|
\$HOME directory. If you want to restore the
|
||||||
and then handle the conflicts in another way.
|
stashed data, you can run 'yadm stash apply' or
|
||||||
|
'yadm stash pop' and then handle the conflicts
|
||||||
|
in another way.
|
||||||
EOF
|
EOF
|
||||||
else
|
else
|
||||||
#; skip auto_bootstrap if conflicts could not be stashed
|
#; skip auto_bootstrap if conflicts could not be stashed
|
||||||
|
|
Loading…
Reference in a new issue