neovim
parent
833df40860
commit
91de458805
|
@ -24,10 +24,10 @@ Save usernames and passwords in `~/.git-credentials`:
|
||||||
git config --global credential.helper store
|
git config --global credential.helper store
|
||||||
```
|
```
|
||||||
|
|
||||||
Use `vim` when commit:
|
Use neovim when commit:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
git config --global core.editor vim
|
git config --global core.editor nvim
|
||||||
```
|
```
|
||||||
|
|
||||||
Rewrite history by changing last `x` commits :
|
Rewrite history by changing last `x` commits :
|
||||||
|
|
Loading…
Reference in New Issue