Skip Navigation

Modern Git Commands and Features You Should Be Using

martinheinz.dev Modern Git Commands and Features You Should Be Using | Martin Heinz | Personal Website & Blog

<p> All of us - software engineers - use <code class="inline">git</code> every day, however most people only ever touch the most basic of commands, such as...

25

You're viewing a single thread.

25 comments
  • I should really start using switch and restore. I haven't destroyed work yet due to a fat finger, but it as always its good to get into the habit of using safer commands.

    I would love to get the chance to use bisect one day. Usually when the opportunity comes up, the range of commits I'd have to look through cover large refactors or broken code or tests that make it infeasible, Because I'd have to spend more time than it's worth altering my local setup to try and isolate the issue.

25 comments