Generalize documentation for `enter`

pull/64/head
Tim Byrne 7 years ago
parent 588bc6eafe
commit 0b1b810722
No known key found for this signature in database
GPG Key ID: 14DB4FC2465A4B12

@ -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…
Cancel
Save