File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -124,11 +124,12 @@ to store an encrypted version of this file:
124124``` console
125125$ gpg --default-recipient-self --encrypt ~ /.ncurc
126126$ rm ~ /.ncurc
127- # The credentials are now encrypted in ~ /.ncurc.gpg and everytime it' s needed,
128- # node-core-utils will invoke gpg that may ask you to decrypt it using
129- # your default key via pinentry.
130127```
131128
129+ The credentials are now encrypted in ` ~/.ncurc.gpg ` and everytime it's needed,
130+ node-core-utils will invoke ` gpg ` that may ask you to decrypt it using
131+ your default key via pinentry.
132+
132133Put the following entries into your
133134[ global ` gitignore ` file] ( https://git-scm.com/docs/git-config#Documentation/git-config.txt-coreexcludesFile )
134135(` $XDG_CONFIG_HOME/git/ignore ` or a file specified by ` core.excludesFile ` ). For example:
You can’t perform that action at this time.
0 commit comments