Tag

merging

1 views collected around this technical thread.

Top Architect
Top Architect
Mar 31, 2023 · Fundamentals

Comprehensive Introduction to Git and Version Control Practices

This article provides a thorough introduction to Git, covering its core concepts, repository structure, essential commands for initialization, configuration, branching, merging, rebasing, remote operations, and troubleshooting, along with practical examples and visual diagrams to help developers master version control.

RemoteVersion Controlbranching
0 likes · 41 min read
Comprehensive Introduction to Git and Version Control Practices
Model Perspective
Model Perspective
Nov 28, 2022 · Fundamentals

Master R Data Preprocessing: Sorting, Merging, and Handling Missing Values

Before statistical analysis in R, you need to preprocess data by sorting vectors with sort(), rank(), order() or arrange(), merging datasets horizontally with merge() or cbind() and vertically with rbind(), and handling missing values using NA, NaN, na.rm, and na.omit functions.

Rdata preprocessingmerging
0 likes · 4 min read
Master R Data Preprocessing: Sorting, Merging, and Handling Missing Values
政采云技术
政采云技术
Nov 15, 2022 · Fundamentals

Understanding How Git Works: Objects, Branches, Merges, and the Myers Diff Algorithm

This article explains the internal mechanics of Git, covering its distributed nature, object model (commits, trees, blobs), branch creation, merging strategies, conflict resolution, and the Myers algorithm used for diff operations, illustrated with command‑line examples and diagrams.

Diff AlgorithmVersion Controlbranching
0 likes · 19 min read
Understanding How Git Works: Objects, Branches, Merges, and the Myers Diff Algorithm
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.

SourcetreeTutorialVersion Control
0 likes · 7 min read
Comprehensive Guide to Using Sourcetree for Git Version Control
Python Programming Learning Circle
Python Programming Learning Circle
May 17, 2021 · Fundamentals

Comprehensive Guide to Git: Core Concepts, Branching, Commands, and Best Practices

This article provides a thorough introduction to Git, covering its distributed advantages over centralized version control, fundamental concepts such as file states, commits, HEAD, remote repositories, detailed explanations of branching, merging, rebasing, cherry‑picking, and essential command‑line operations for effective software development.

Version Controlbranchingcommand line
0 likes · 14 min read
Comprehensive Guide to Git: Core Concepts, Branching, Commands, and Best Practices
Python Programming Learning Circle
Python Programming Learning Circle
Apr 6, 2021 · Fundamentals

Advanced Pandas Tutorial: Data Access, Indexing, Merging, Grouping, and Time Handling

This article extends a basic pandas tutorial by covering advanced data access methods, index types, concatenation, merging, joining, grouping, aggregation, time series handling, and basic plotting, providing clear code examples and explanations for each feature.

GroupingIndexingdata-manipulation
0 likes · 20 min read
Advanced Pandas Tutorial: Data Access, Indexing, Merging, Grouping, and Time Handling
Laravel Tech Community
Laravel Tech Community
Mar 1, 2021 · Fundamentals

Common Git Commands Cheat Sheet

This guide presents a comprehensive collection of frequently used Git commands, covering repository setup, aliases, branching, committing, history inspection, undo operations, remote interactions, merging, rebasing, and archiving, all illustrated with clear examples and explanations for developers.

AliasesVersion Controlbranching
0 likes · 10 min read
Common Git Commands Cheat Sheet
WeDoctor Frontend Technology
WeDoctor Frontend Technology
Aug 31, 2020 · Fundamentals

Master Git Internals: An Interactive Tutorial Beyond Commands

This interactive Git tutorial teaches you how Git works under the hood—covering repositories, cloning, adding, committing, pushing, branching, merging, rebasing, cherry‑picking, resolving conflicts, rewriting history, and using reflog—so you can understand the concepts instead of just memorising commands.

TutorialVersion Controlbranching
0 likes · 51 min read
Master Git Internals: An Interactive Tutorial Beyond Commands
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.

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