Support this person and others with 1-click micro-donations
Drew's Latest Things
#35 Fugitive.vim - exploring the history of a git repository
Git provides tools for searching the contents of files, commit messages, and even whether text was added or removed by a commit. In this episode, w... [ vimcasts.org ]
#34 Fugitive.vim - browsing the git object database
With the fugitive plugin, you’re not limited to just working with files in your working tree. The :Gedit command allows you to open files in other ... [ vimcasts.org ]
#33 Fugitive.vim - resolving merge conflicts with vimdiff
When git branches are merged, there is always the chance of a conflict arising if a file was modified in both the target and merge branches. You ca... [ vimcasts.org ]
#32 Fugitive.vim - working with the git index
The fugitive plugin provides an interactive status window, where you can easily stage and review your changes for the next commit. The :Gdiff comma... [ vimcasts.org ]
#31 Fugitive.vim - a complement to command line git
The fugitive plugin, by Tim Pope, is a git wrapper for Vim. It complements the commandline interface to git, but doesn’t aim to replace it. In this... [ vimcasts.org ]
