Version Control Is Not Just for Code
Most editing problems are really problems of change management. When multiple people are editing the same document, spreadsheet, or plan, things can get messy fast....
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.
Git concepts in less than 10 minutes
Understanding Git is essential to open source development, but it can be intimidating to learn. Let this tutorial be your first step to getting to know Git.