commit with vim
parent
74781794c7
commit
d60308e90a
|
@ -47,3 +47,9 @@ Save usernames and passwords in `~/.git-credentials`:
|
|||
```sh
|
||||
git config --global credential.helper store
|
||||
```
|
||||
|
||||
Use `vim` when commit:
|
||||
|
||||
```sh
|
||||
git config --global core.editor vim
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue