Git Tips Slides
PageUp x2: previous · PageDown x2: next · Home: index

Misc: Search with Editor, not with your eyes

Not related to Git, but still helpful: do not search through code with your eyes all day. Use your IDE.

For example, I mark a place with ööö (German umlauts) when I want to jump back to that point later. Of course this should never be committed.

Code editors have fancy plugins for this, too. But somehow this simple pattern works well for me.