VIM and version control

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

4 comments

[ 3.1 ms ] story [ 18.5 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