Generalize documentation for enter
This commit is contained in:
parent
588bc6eafe
commit
0b1b810722
1 changed files with 7 additions and 4 deletions
11
yadm.1
11
yadm.1
|
@ -180,10 +180,13 @@ 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 sub-shell with all Git variables set. This can be used to easily interact
|
Run a sub-shell with all Git variables set. Exit the sub-shell the same way you
|
||||||
with your Git repository. This is also useful if you are using Emacs Tramp and
|
leave your normal shell (usually with the "exit" command). This sub-shell can
|
||||||
Magit to manage your directory. You can add this configuration in your Emacs
|
be used to easily interact with your
|
||||||
configuration:
|
.B 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:
|
||||||
.RS
|
.RS
|
||||||
(add-to-list 'tramp-methods
|
(add-to-list 'tramp-methods
|
||||||
'("yadm"
|
'("yadm"
|
||||||
|
|
Loading…
Reference in a new issue