Adjust formatting
This commit is contained in:
parent
daa55b1af0
commit
abf21873f6
1 changed files with 9 additions and 3 deletions
12
yadm.1
12
yadm.1
|
@ -187,8 +187,11 @@ See the ENCRYPTION section for more details.
|
||||||
Run a sub-shell with all Git variables set. Exit the sub-shell the same way you
|
Run a sub-shell with all Git variables set. Exit the sub-shell the same way you
|
||||||
leave your normal shell (usually with the "exit" command). This sub-shell can
|
leave your normal shell (usually with the "exit" command). This sub-shell can
|
||||||
be used to easily interact with your yadm repository using "git" commands. This
|
be used to easily interact with your yadm repository using "git" commands. This
|
||||||
could be useful if you are using a tool which uses Git directly. For example,
|
could be useful if you are using a tool which uses Git directly.
|
||||||
Emacs Tramp and Magit can manage files by using this configuration:
|
|
||||||
|
For example, Emacs Tramp and Magit can manage files by using this
|
||||||
|
configuration:
|
||||||
|
|
||||||
.RS
|
.RS
|
||||||
(add-to-list 'tramp-methods
|
(add-to-list 'tramp-methods
|
||||||
'("yadm"
|
'("yadm"
|
||||||
|
@ -198,8 +201,11 @@ Emacs Tramp and Magit can manage files by using this configuration:
|
||||||
(tramp-remote-shell "/bin/sh")
|
(tramp-remote-shell "/bin/sh")
|
||||||
(tramp-remote-shell-args ("-c"))))
|
(tramp-remote-shell-args ("-c"))))
|
||||||
.RE
|
.RE
|
||||||
and use (magit-status "/yadm::"). If you find issue with Emacs 27 and zsh,
|
|
||||||
|
.RS
|
||||||
|
With this config, use (magit-status "/yadm::"). If you find issue with Emacs 27 and zsh,
|
||||||
trying running (setenv "SHELL" "/bin/bash").
|
trying running (setenv "SHELL" "/bin/bash").
|
||||||
|
.RE
|
||||||
.TP
|
.TP
|
||||||
.B gitconfig
|
.B gitconfig
|
||||||
Pass options to the
|
Pass options to the
|
||||||
|
|
Loading…
Reference in a new issue