gg and G are two essential Vi commands to rapidly move within a file.
Move to the beginning of a file: gg
gg
Move to the end of a file: G
G
Someone would say ‘gg easy’…
How many shell commands do you know? And how often do you forget their syntax, only to find yourself googling the same StackOverflow page over and over again? In this case, my favourite tool is de...
Here we go again, another broken feature in your software. But it was working yesterday! Or was it two days ago? In this case, you’d better use a little known Git feature, that is git bisect, to fi...
git bisect - [Git Good]
-