Update documentation about using yadm with magit

pull/194/head
Sheng Yang 5 years ago committed by Tim Byrne
parent eed59388cb
commit daa55b1af0
No known key found for this signature in database
GPG Key ID: 14DB4FC2465A4B12

@ -194,9 +194,12 @@ Emacs Tramp and Magit can manage files by using this configuration:
'("yadm"
(tramp-login-program "yadm")
(tramp-login-args (("enter")))
(tramp-login-env (("SHELL") ("/bin/sh")))
(tramp-remote-shell "/bin/sh")
(tramp-remote-shell-args ("-c"))))
.RE
and use (magit-status "/yadm::"). If you find issue with Emacs 27 and zsh,
trying running (setenv "SHELL" "/bin/bash").
.TP
.B gitconfig
Pass options to the

Loading…
Cancel
Save