Found 20 bookmarks
Custom sorting
Git Organized: A Better Git Flow | Render
Git Organized: A Better Git Flow | Render
Development is rarely a linear process, and our commits tend to reflect this. Here you'll learn about a git flow for faster PR reviews and an keeping your git history organized.
·render.com·
Git Organized: A Better Git Flow | Render
How To Create Git Tags – devconnected
How To Create Git Tags – devconnected
Create git tags easily using the git tag command and learn how you can create annotated tags using git tag options (with semantic versioning)
·devconnected.com·
How To Create Git Tags – devconnected
A successful Git branching model » nvie.com
A successful Git branching model » nvie.com
In this post I present a Git branching strategy for developing and releasing software as I’ve used it in many of my projects, and which has turned out to be very successful.
·nvie.com·
A successful Git branching model » nvie.com
Git Tutorials and Training | Atlassian Git Tutorial
Git Tutorials and Training | Atlassian Git Tutorial
Learn the basics of Git through this comprehensive Git training. Branching, pull requests, merging and more are covered in the Atlassian Git tutorial.
·atlassian.com·
Git Tutorials and Training | Atlassian Git Tutorial
Becoming a Git pro. Part 1: internal Git architecture - JavaScript inDepth
Becoming a Git pro. Part 1: internal Git architecture - JavaScript inDepth
In this article we'll explore internal architecture of Git step by step using practical exercises. We'll see how Git stores content, what is a tree object that underlies a commit and how a branch is just a text file.
·indepth.dev·
Becoming a Git pro. Part 1: internal Git architecture - JavaScript inDepth
Git's database internals I: packed object store | The GitHub Blog
Git's database internals I: packed object store | The GitHub Blog
This blog series will examine Git’s internals to help make your engineering system more efficient. Part I discusses how Git stores its data in packfiles using custom compression techniques.
·github.blog·
Git's database internals I: packed object store | The GitHub Blog