Git

Git

16 bookmarks
Custom sorting
How to Set Up Pre-Commit Hooks | Stefanie Molin
How to Set Up Pre-Commit Hooks | Stefanie Molin
Looking to streamline your local development? In this article, I provide a step-by-step guide to installing and configuring pre-commit hooks on your project. You will also a learn a little bit about how git hooks work.
·stefaniemolin.com·
How to Set Up Pre-Commit Hooks | Stefanie Molin
·actionsbyexample.com·
My Git Workflow
My Git Workflow
My historical blog
·blog.osteele.com·
My Git Workflow
GitUp
GitUp
GitUp is Git the way it should be
·gitup.co·
GitUp
gmaster - Git GUI
gmaster - Git GUI
gmaster is a Git client for Windows: Branch Explorer, Side-by-side diff, 3-way merge, Analyze Refactors, Semantic diff and merge. Enjoy Git now!
·gmaster.io·
gmaster - Git GUI
Sourcetree | Free Git GUI for Mac and Windows
Sourcetree | Free Git GUI for Mac and Windows
A Git GUI that offers a visual representation of your repositories. Sourcetree is a free Git client for Windows and Mac.
·sourcetreeapp.com·
Sourcetree | Free Git GUI for Mac and Windows
Learn Git Branching
Learn Git Branching
An interactive Git visualization tool to educate and challenge!
·learngitbranching.js.org·
Learn Git Branching
How to learn Git slowly.
How to learn Git slowly.
Also available on my blog. This post is dedicated to my wife who, despite being one of the smartest...
·dev.to·
How to learn Git slowly.
How Git Branches Work
How Git Branches Work
Branches are one of Git's most important concepts. And to master Git, it's essential to have a thorough understanding of how branches work. We just released a tutorial about Git branches on the freeCodeCamp.org YouTube channel. You will learn about the many actions you can perform around branches -
·freecodecamp.org·
How Git Branches Work
Master Git in 7 minutes
Master Git in 7 minutes
Essentially, Git keeps tabs on text changes, but the definition is a version control system. Chances...
·dev.to·
Master Git in 7 minutes