|
|
|
|
|
by tams
2173 days ago
|
|
The -v option, which the author is referring to when talking about writing commit messages in vim is much better: you get to author the commit message in the $EDITOR of your choice and you can inspect the full diff while doing so. If you're using fzf [0] for history recall (ctrl+R) it also has the nice side-effect for not cluttering up your history. [0] https://github.com/junegunn/fzf |
|