L
L
Lesnoy 40rt2021-09-30 20:38:55
git
Lesnoy 40rt, 2021-09-30 20:38:55

How to properly roll nano to git without breaking anything?

I’m trying to roll GNU NANO on Git, but it either doesn’t roll, how what where and how to push it in correctly?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
J
jcmvbkbc, 2021-09-30
@Lesnoy40rt77

from mangit :

GIT_EDITOR
           This environment variable overrides $EDITOR and $VISUAL.
           It is used by several Git commands when, on interactive mode,
           an editor is to be launched.
           See also git-var(1) and the core.editor option in git-config(1).

Those.
- you can set the GIT_EDITOR environment variable globally
- either set the editor option in the core section in the global .gitconfig - or set the editor option in the core section
in the .git/config of the desired repository

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question