Tagged articles
121 articles
Page 2 of 2
Java Captain
Java Captain
Oct 4, 2018 · Operations

Automated Git Shell Script for Cloning, Branch Creation, and Remote Push

This article introduces a shell script that automates the typical Git workflow of cloning a repository, creating a new development branch from master, pushing the branch to the remote server, and establishing upstream tracking, allowing developers to focus solely on code changes.

GitVersion Controlautomation
0 likes · 5 min read
Automated Git Shell Script for Cloning, Branch Creation, and Remote Push
21CTO
21CTO
Sep 16, 2018 · Fundamentals

Master Git Basics: From Repository Trees to Branch Merges and Rollbacks

This comprehensive guide walks you through Git fundamentals, explaining its distributed nature, repository tree structure, common commands for adding files, branching, merging, resolving conflicts, navigating commits, resetting, reverting, and synchronizing with remote repositories, all illustrated with clear examples and diagrams.

Command LineMerge Conflictsbranching
0 likes · 16 min read
Master Git Basics: From Repository Trees to Branch Merges and Rollbacks
Ops Development Stories
Ops Development Stories
Aug 3, 2018 · Fundamentals

Master Git: From Installation to Advanced Branch Management

This comprehensive guide walks you through installing Git, configuring user information, initializing repositories, tracking and committing changes, managing branches, handling remotes, using tags, rebasing, and creating command aliases, all illustrated with clear examples and screenshots.

Command LineGitRemote Repositories
0 likes · 44 min read
Master Git: From Installation to Advanced Branch Management
DevOps
DevOps
Jan 31, 2018 · Fundamentals

Understanding Git History and Branch Merges: A Practical Walkthrough

This article explains how Git records history using a graph of commits, demonstrates creating feature and hotfix branches, shows fast‑forward and merge operations with command‑line examples, and clarifies how branch pointers move during typical enterprise development workflows.

Command LineGitVersion Control
0 likes · 9 min read
Understanding Git History and Branch Merges: A Practical Walkthrough
DevOps
DevOps
Jan 21, 2018 · Fundamentals

Git Workflow: Branch Creation, Committing, and Pushing Changes

This article introduces the basic Git workflow for enterprise developers, covering branch creation, committing changes, and pushing branches to a central repository, with step-by-step command examples and explanations of staging, status, and branch management.

GitVersion Controlbranching
0 likes · 11 min read
Git Workflow: Branch Creation, Committing, and Pushing Changes
DevOps
DevOps
Jan 9, 2018 · Fundamentals

Git Basics for Enterprise Developers – Core Concepts and Advantages

This article introduces the fundamental concepts of Git for enterprise developers, covering its distributed version control model, core operations such as commits, branches, and file states, and highlighting its advantages like parallel development, faster releases, strong community support, and integration with modern tooling.

CollaborationDistributed SystemsGit
0 likes · 12 min read
Git Basics for Enterprise Developers – Core Concepts and Advantages
Programmer DD
Programmer DD
Aug 7, 2017 · Fundamentals

Mastering Gitflow: A Step‑by‑Step Guide to Structured Git Branching

Gitflow provides a disciplined branching model for teams, using dedicated master, develop, feature, release, and hotfix branches to manage development, releases, and maintenance, and this guide walks through its concepts, branch roles, and detailed command‑line steps with examples to implement the workflow effectively.

GitVersion Controlbranching
0 likes · 10 min read
Mastering Gitflow: A Step‑by‑Step Guide to Structured Git Branching
JavaScript
JavaScript
Jul 7, 2017 · Fundamentals

Master Essential Git Commands for Local Repositories and Remote Collaboration

This guide provides a comprehensive collection of Git commands covering repository initialization, user configuration, status checks, staging, committing, branching, checkout, merging, remote operations, tag management, diffing, stash handling, and repository maintenance for effective version control.

Command LineGitRepository
0 likes · 12 min read
Master Essential Git Commands for Local Repositories and Remote Collaboration
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.

Command LineGitTagging
0 likes · 6 min read
Essential Git Commands: A Practical Guide
Huawei Cloud Developer Alliance
Huawei Cloud Developer Alliance
Jan 18, 2017 · R&D Management

Why Code Submission Matters: From VSS to Git and Modern DevOps

The article explores how code submission and version‑control practices evolve from simple solo workflows to complex, team‑wide processes, highlighting the need for tools, branching, automation, and continuous integration to manage growing codebases and maintain software quality.

branchingcode managementcontinuous integration
0 likes · 13 min read
Why Code Submission Matters: From VSS to Git and Modern DevOps
Architecture Digest
Architecture Digest
Dec 11, 2016 · Fundamentals

Comprehensive Git Guide: Installation, Configuration, Basic Operations, Branching, and Remote Management

This article provides a detailed tutorial on installing Git on various platforms, configuring user information and aliases, managing .gitignore files, performing core repository actions such as init, add, commit, diff, and status, as well as advanced branch, tag, and remote repository operations using the command line.

Command LineGitTagging
0 likes · 17 min read
Comprehensive Git Guide: Installation, Configuration, Basic Operations, Branching, and Remote Management
Architecture Digest
Architecture Digest
Oct 13, 2016 · Fundamentals

Core Concepts of Git: Theory, Architecture, and Workflow

This article provides a comprehensive theoretical overview of Git, covering version‑control fundamentals, the architecture of blobs, trees and commits, SHA‑1 hashing, references, branching, merging, rebasing, and best‑practice workflows for effective distributed source‑code management.

GitGit ObjectsVersion Control
0 likes · 16 min read
Core Concepts of Git: Theory, Architecture, and Workflow
dbaplus Community
dbaplus Community
Jun 20, 2016 · Fundamentals

Master Git: History, Core Commands, Branches, Tags, and Server Deployment

This comprehensive guide walks you through Git's origins, environment setup, installation, essential commands, workflow states, branching strategies, tag management, as well as detailed steps for deploying GitLab, using GitHub, and selecting client tools, all illustrated with clear diagrams and practical examples.

GitGitHubGitLab
0 likes · 15 min read
Master Git: History, Core Commands, Branches, Tags, and Server Deployment
21CTO
21CTO
Jan 4, 2016 · Fundamentals

9 Practical Git Pull Request Patterns to Streamline Your Workflow

Discover nine practical Git pull‑request patterns—from isolated PRs and optimistic branching to stealth commits and prototype PRs—that help you quickly fix unrelated issues, manage branch dependencies, and improve code review clarity, all while keeping your development workflow efficient and organized.

Code ReviewPull Requestbranching
0 likes · 9 min read
9 Practical Git Pull Request Patterns to Streamline Your Workflow
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
MaGe Linux Operations
MaGe Linux Operations
Aug 28, 2015 · Fundamentals

Essential Git Tips and Commands After One Year of Use

This article shares a comprehensive one‑year‑long Git usage summary, covering essential commands for configuration, SSH key management, remote URL changes, viewing history, handling push errors, submodule operations, branch management, conflict resolution, and best practices for committing and reverting code.

branchingconflict resolutionsubmodule
0 likes · 10 min read
Essential Git Tips and Commands After One Year of Use
Qunar Tech Salon
Qunar Tech Salon
Jun 16, 2015 · Fundamentals

Git Version Control: Concepts, Commands, and Workflows

This article provides a comprehensive introduction to Git version control, covering its core concepts, key features, essential commands, various workflows such as Centralized, Feature Branch, Gitflow, and Forking, and practical tips for collaboration and history management.

CollaborationGitVersion Control
0 likes · 10 min read
Git Version Control: Concepts, Commands, and Workflows