We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 452df9b commit e4b7ce0Copy full SHA for e4b7ce0
README.md
@@ -22,7 +22,7 @@ Give consistency to your project's git logs.
22
```sh
23
$ npm install -g git-consistent
24
# or
25
-$ yarn global add git-consistent
+$ # yarn global add git-consistent # not recommended
26
```
27
28
### Optional settings
@@ -32,11 +32,9 @@ $ yarn global add git-consistent
32
$ git config --global alias.con "consistent -i"
33
34
# setting editor (for text type input) if you use editor other than vim.
35
-$ export EDITOR='code -w'
36
-# or
37
-$ export EDITOR='atom -w'
+$ export EDITOR='cursor -w'
38
39
-$ export EDITOR='subl -w'
+$ export EDITOR='code -w'
40
# or etc.
41
42
0 commit comments