danielhpavey.uk
Home
About
Open all Changed and Unstaged Files from Git in Vim
function vdiff(){
vim $(git ls-files --others --exclude-standard && git diff --name-only)
)
}
Date:
Monday 6th November 2017