Tag

merging

0 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.

BranchingCLIGit
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.

RSortingdata preprocessing
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.

BranchingDiff AlgorithmGit
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.

BranchingGitSourcetree
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.

BranchingCommand LineGit
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.

AliasesBranchingCommand Line
0 likes · 10 min read
Common Git Commands Cheat Sheet
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.

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