commit with vim

main
Tran Hau 2020-02-27 15:40:49 +07:00
parent 74781794c7
commit d60308e90a
1 changed files with 6 additions and 0 deletions

View File

@ -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
```