mirror of
https://github.com/TheLocehiliosan/yadm
synced 2024-10-27 20:34:27 +00:00
Adjust formatting
This commit is contained in:
parent
daa55b1af0
commit
abf21873f6
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
|
||||
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
|
||||
could be useful if you are using a tool which uses Git directly. For example,
|
||||
Emacs Tramp and Magit can manage files by using this configuration:
|
||||
could be useful if you are using a tool which uses Git directly.
|
||||
|
||||
For example, Emacs Tramp and Magit can manage files by using this
|
||||
configuration:
|
||||
|
||||
.RS
|
||||
(add-to-list 'tramp-methods
|
||||
'("yadm"
|
||||
@ -198,8 +201,11 @@ Emacs Tramp and Magit can manage files by using this configuration:
|
||||
(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,
|
||||
|
||||
.RS
|
||||
With this config, use (magit-status "/yadm::"). If you find issue with Emacs 27 and zsh,
|
||||
trying running (setenv "SHELL" "/bin/bash").
|
||||
.RE
|
||||
.TP
|
||||
.B gitconfig
|
||||
Pass options to the
|
||||
|
Loading…
Reference in New Issue
Block a user