VIM and version control

2 points by dashnine ↗ HN
How are people using VIM and version control?

4 comments

[ 11.0 ms ] story [ 77.9 ms ] thread
:!git commit -m "change"
What if you only want to commit a subset of the files that have changed in a given directory?
commit only commits changes that have been staged