Tobias Günther is a co-founder of “Tower”, the popular Git desktop client that helps more than 100,000 developers around the world to be more productive with Git.
Tobias's articles
Understanding and Working with Submodules in Git
Git has a lot of power under the hood. Learn about submodules in Git, including what they are, how they work, and why they're so useful.
5 Ways to Undo Mistakes with Git
No matter how good you are with Git, it's a question of when, not if, you'll mess up. Learn five powerful ways to undo mistakes with Git.
A Guide to Git Interactive Rebase, with Practical Examples
Even if you're a Git pro, there might be more Git tricks to discover. Learn about interactive rebase, one of Git's most powerful tools.
Understanding Version Control with Diffs
Tobias Günther explains the concept of "diffs" when using version control to track modifications to your code base.