Reformat enter
documentation
This commit is contained in:
parent
6974e4ce8c
commit
b4e73abc9f
1 changed files with 9 additions and 10 deletions
19
yadm.1
19
yadm.1
|
@ -179,18 +179,17 @@ Encrypt all files matching the patterns found in
|
||||||
See the ENCRYPTION section for more details.
|
See the ENCRYPTION section for more details.
|
||||||
.TP
|
.TP
|
||||||
.B enter
|
.B enter
|
||||||
Run a subshell with all git variables set. This can be used to easily
|
Run a sub-shell with all Git variables set. This can be used to easily interact
|
||||||
interact with your git repository. This is also useful if you are using
|
with your Git repository. This is also useful if you are using Emacs Tramp and
|
||||||
Emacs Tramp and magit to manage your directory. You can add this
|
Magit to manage your directory. You can add this configuration in your Emacs
|
||||||
configuration in your emacs configuration:
|
configuration:
|
||||||
|
|
||||||
.RS
|
.RS
|
||||||
(add-to-list 'tramp-methods
|
(add-to-list 'tramp-methods
|
||||||
'("yadm"
|
'("yadm"
|
||||||
(tramp-login-program "yadm")
|
(tramp-login-program "yadm")
|
||||||
(tramp-login-args (("enter")))
|
(tramp-login-args (("enter")))
|
||||||
(tramp-remote-shell "/bin/sh")
|
(tramp-remote-shell "/bin/sh")
|
||||||
(tramp-remote-shell-args ("-c"))))
|
(tramp-remote-shell-args ("-c"))))
|
||||||
.RE
|
.RE
|
||||||
.TP
|
.TP
|
||||||
.B gitconfig
|
.B gitconfig
|
||||||
|
|
Loading…
Reference in a new issue