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:
124
124
``` console
125
125
$ gpg --default-recipient-self --encrypt ~ /.ncurc
126
126
$ 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.
130
127
```
131
128
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
+
132
133
Put the following entries into your
133
134
[ global ` gitignore ` file] ( https://git-scm.com/docs/git-config#Documentation/git-config.txt-coreexcludesFile )
134
135
(` $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