Git: See all changed files on a branch
You, like me, might want to see all the files that you have modified on a branch (rather than just since you last commited).
Here is a nice little snippet that does just that!
|
|
If you use fzf.vim, you can also use it to quickly browse through those files. Useful for those times when you are like “what was that serializer I edited 3 days ago when I opened this branch?”
|
|