Tag

rebasing

1 views collected around this technical thread.

360 Quality & Efficiency
360 Quality & Efficiency
Jun 2, 2022 · Fundamentals

Comprehensive Guide to Using Sourcetree for Git Version Control

This tutorial walks through installing Sourcetree, explains core Git concepts, and provides step‑by‑step instructions for creating local repositories, committing changes, managing branches, merging, rebasing, squashing commits, handling conflicts, configuring .gitignore, and synchronizing with remote services such as GitHub or GitLab.

Sourcetreebranchinggit
0 likes · 7 min read
Comprehensive Guide to Using Sourcetree for Git Version Control
Art of Distributed System Architecture Design
Art of Distributed System Architecture Design
May 19, 2015 · Fundamentals

Understanding How Git Works: Basics, Branching, Merging, and Collaboration

This article provides a comprehensive introduction to Git, covering its distributed architecture, snapshot‑based model, core commands, branching strategies, merging types, rebasing, cherry‑picking, remote collaboration workflows, and advanced features such as detached HEAD and graphical tools.

Collaborationbranchinggit
0 likes · 20 min read
Understanding How Git Works: Basics, Branching, Merging, and Collaboration