Tutorials
Git Tutorials
tutorials
How to Squash Your Commits and Why Do It
Learn how to squash your commits into a single commit and understand why you should do it. Keep your commit history clean by only keeping important changes in your log using squash and fixup commands
tutorials
Git Branch Cheat Sheet
Use this cheat sheet to learn how to manage your Git branches and never again forget how to accomplish some of the most common tasks.
tutorials
Delete Local and Remote Git Branches
Learn how to delete your Git branches on your local filesystem and from a remote repository, and keep your repository clean from branch clutter.
Follow Us