Tagged articles
16 articles
Page 1 of 1

Git Installation and Basic Usage Guide

This article introduces Git as a distributed version‑control tool, explains what it does, walks through installing it on Windows, macOS, and Linux, shows how to configure a user name and email, and provides the essential commands for initializing repositories, committing changes, and working with remote repositories.

Basic CommandsGitInstallation
0 likes · 6 min read
Git Installation and Basic Usage Guide
Raymond Ops
Raymond Ops
Sep 16, 2025 · Fundamentals

Master Git Basics: From Repository Creation to IDEA Integration

This guide walks you through creating a remote GitHub repository, cloning it locally, using essential push/pull commands, and integrating Git operations within IntelliJ IDEA, providing clear step‑by‑step instructions and command examples for effective version control.

IDEATutorialcommand-line
0 likes · 5 min read
Master Git Basics: From Repository Creation to IDEA Integration
Selected Java Interview Questions
Selected Java Interview Questions
Sep 5, 2024 · Fundamentals

Comprehensive Guide to Git: Installation, Commands, Branch Management, and Remote Collaboration

This article provides a thorough tutorial on Git, covering environment installation, core concepts, common commands for adding, committing, and checking status, branch creation and merging, file operations, diff and log viewing, remote repository handling, SSH key setup, multi‑person collaboration workflow, remote branch management, force pushes, and merge strategies with conflict resolution.

Branch ManagementGitVersion Control
0 likes · 13 min read
Comprehensive Guide to Git: Installation, Commands, Branch Management, and Remote Collaboration
21CTO
21CTO
Jun 7, 2024 · Fundamentals

Master Git Basics: From Installation to Remote Collaboration

This article introduces Git as a free, open‑source distributed version‑control system, explains why developers use it, describes its three‑stage architecture, walks through installation, repository initialization, configuration, common commands for status, branching, committing, and shows how to work with remote repositories on GitHub.

CollaborationGitTutorial
0 likes · 11 min read
Master Git Basics: From Installation to Remote Collaboration
Java High-Performance Architecture
Java High-Performance Architecture
Sep 19, 2022 · Fundamentals

Master Git: From Basics to Advanced Branching and Merging Techniques

This comprehensive guide explains Git’s core concepts—including its distributed advantages, file states, commit nodes, HEAD, and remote repositories—while detailing practical commands for committing, branching, merging, rebasing, cherry‑picking, reverting, and synchronizing with remote servers, all illustrated with clear diagrams and examples.

GitMergingVersion Control
0 likes · 18 min read
Master Git: From Basics to Advanced Branching and Merging Techniques
Selected Java Interview Questions
Selected Java Interview Questions
Apr 11, 2022 · Fundamentals

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

This article provides an in‑depth tutorial on Git, covering its advantages over centralized systems, file states, commit nodes, HEAD, remote repositories, branching strategies, detailed command usage for committing, branching, merging, rebasing, cherry‑picking, and rollback, as well as practical tips for effective version control.

GitVersion Controlbranching
0 likes · 18 min read
Comprehensive Guide to Git: Core Concepts, Branches, Commands, and Best Practices
Java Interview Crash Guide
Java Interview Crash Guide
Mar 15, 2022 · Fundamentals

Master Git: From Installation to Advanced Branch Management on Windows

This comprehensive guide walks you through installing Git on Windows, explains core concepts like the workspace, index, and repository, compares Git with SVN, and demonstrates essential commands for creating, committing, branching, merging, stashing, and collaborating with remote repositories, all illustrated with step‑by‑step screenshots.

GitVersion ControlWindows
0 likes · 20 min read
Master Git: From Installation to Advanced Branch Management on Windows
ITPUB
ITPUB
Nov 15, 2019 · Fundamentals

Master Remote Git Repositories: Create, Fast‑Forward Merge & Resolve Conflicts

This guide explains how to set up a remote Git repository, push local commits, clone the repo, create and merge branches (including fast‑forward merges), and handle merge conflicts, providing step‑by‑step commands, examples, and visual illustrations for effective version‑control workflows.

conflict resolutionremote repository
0 likes · 11 min read
Master Remote Git Repositories: Create, Fast‑Forward Merge & Resolve Conflicts
Java Backend Technology
Java Backend Technology
Oct 16, 2018 · Fundamentals

Master Git: From Installation to Advanced Branch Management

This comprehensive guide walks you through installing Git on Windows, explains core concepts such as workspace, index, repository and remote, demonstrates common commands for creating, committing, branching, merging, stashing, and collaborating with GitHub, and shows how to resolve conflicts and revert changes.

Version Controlbranchingconflict resolution
0 likes · 21 min read
Master Git: From Installation to Advanced Branch Management
ZhiKe AI
ZhiKe AI
Feb 6, 2017 · Fundamentals

Essential Git Commands: A Practical Guide

This article provides a step‑by‑step walkthrough of common Git operations—including repository initialization, staging, committing, viewing status, diffing, logging, reverting, remote configuration, branching, tagging, and .gitignore setup—illustrated with command examples and screenshots.

GitTaggingVersion Control
0 likes · 6 min read
Essential Git Commands: A Practical Guide
21CTO
21CTO
Dec 31, 2015 · Fundamentals

Master Git in 15 Minutes: Essential Commands for Everyday Projects

This guide walks you through installing Git, configuring your identity, creating remote and local repositories, staging and committing changes, managing branches, merging, discarding, rolling back, pushing to and pulling from remote servers, and setting up handy command aliases, all with clear examples.

Mergingbranchingremote repository
0 likes · 11 min read
Master Git in 15 Minutes: Essential Commands for Everyday Projects