diff --git a/use-git.md b/use-git.md index 7362e60..4f2e079 100644 --- a/use-git.md +++ b/use-git.md @@ -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 +```