main
Tran Hau 2020-03-31 15:01:07 +07:00
parent 833df40860
commit 91de458805
1 changed files with 2 additions and 2 deletions

View File

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