Git power tools for daily use

1 · Vincent Driessen · Nov. 8, 2018, midnight
Every developer has their own favorite Git tricks they use daily. Here are some of my favorite ones I have been using for as long as I can remember. First of all, I should mention that most of these commands are bundled in my git-toolbelt project. If you like to use them, all you need to do is install it like so: $ brew install nvie/tap/git-toolbelt Quickly opening modified files ¶ While working on a branch, I often find the need to re-open the files I was working on. The Git toolbelt projec...