My favorite Git tools
Git reflog, git gc, git bisect, and git worktree are just a few of the tools I use routinely.
Find bugs with the git bisect command
Git’s bisect tool saves time and energy by quickly identifying a bad commit.
Learn Git: 3 commands to level up your skill
Learn how to use git squash, git rebase, and git cherry-pick.