Hacker News new | past | comments | ask | show | jobs | submit login
VIM and version control
2 points by dashnine on Jan 30, 2011 | hide | past | favorite | 4 comments
How are people using VIM and version control?



Fugitive works well for me: https://github.com/tpope/vim-fugitive


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




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: