Tagged articles
10 articles
Page 1 of 1
Top Architect
Top Architect
Jan 5, 2026 · Backend Development

How to Undo a Pushed Git Commit: Revert, Reset, and Branch Strategies

When a mistaken commit has already been pushed, this guide explains four practical ways to roll back the changes—manual comparison, git revert, creating a new branch, and resetting the current branch—detailing each method's steps, risks, and when to use them.

BranchGitVersion Control
0 likes · 9 min read
How to Undo a Pushed Git Commit: Revert, Reset, and Branch Strategies
Lin is Dream
Lin is Dream
May 6, 2025 · Fundamentals

Master Git Basics: From Installation to Advanced Workflows

This guide walks beginners through Git fundamentals, covering installation, configuration, core commands, IDE integration, common workflows, and advanced operations like rebasing, resetting, and handling detached HEAD states, empowering developers to use version control confidently.

GitVersion Controlgit commands
0 likes · 11 min read
Master Git Basics: From Installation to Advanced Workflows
Selected Java Interview Questions
Selected Java Interview Questions
Nov 6, 2024 · Fundamentals

24 Essential Git Command-Line Tips for Developers

This guide presents 24 practical Git command-line techniques—including global configuration, undoing commits, interactive rebasing, stash management, and reflog inspection—to help developers gain deeper control, improve workflow efficiency, and maintain a clean project history.

GitVersion Controlcommand-line
0 likes · 9 min read
24 Essential Git Command-Line Tips for Developers
MaGe Linux Operations
MaGe Linux Operations
Dec 10, 2023 · Fundamentals

Master Git: Essential Commands, Branch Strategies, and Commit Best Practices

This guide explains the differences between centralized and distributed version control systems, details Git’s core concepts such as working directory, staging area, local and remote repositories, and provides a comprehensive list of essential Git commands, branch naming conventions, and commit message standards for effective collaboration.

branchingcommit conventionsgit commands
0 likes · 13 min read
Master Git: Essential Commands, Branch Strategies, and Commit Best Practices
Liangxu Linux
Liangxu Linux
Oct 17, 2022 · Operations

Master .gitignore: How to Exclude Files and Folders in Git

This guide explains what a .gitignore file is, how Git tracks files, how to create and populate .gitignore with common patterns, and the steps to stop tracking files that were already committed, providing practical commands and examples for effective version control.

DevOpsGitVersion Control
0 likes · 11 min read
Master .gitignore: How to Exclude Files and Folders in Git
政采云技术
政采云技术
Jun 15, 2021 · Fundamentals

How to Use Git: Installation, Configuration, Core Commands, and Advanced Workflows

This article provides a comprehensive guide to installing Git, generating SSH keys, configuring user information, understanding Git's architecture and workflow, and mastering essential and advanced commands such as add, commit, pull, fetch, branch, rebase, cherry‑pick, stash, revert, and alias configuration for efficient development.

CLIGitVersion Control
0 likes · 24 min read
How to Use Git: Installation, Configuration, Core Commands, and Advanced Workflows
macrozheng
macrozheng
Mar 10, 2020 · Fundamentals

Master Git: From Basics to Advanced Workflow with Real-World Examples

This comprehensive guide walks you through Git fundamentals, differences from SVN, Windows installation, core commands, remote repository setup, branch management, conflict resolution, stash usage, and multi‑person collaboration, all illustrated with step‑by‑step screenshots and code snippets.

CollaborationGitVersion Control
0 likes · 21 min read
Master Git: From Basics to Advanced Workflow with Real-World Examples
ITPUB
ITPUB
Nov 13, 2019 · Fundamentals

Master Git: Safely Undo Commits and Reset Versions

This guide walks through essential Git habits, explains how to inspect changes, and provides step‑by‑step commands for resetting local or remote commits, handling renamed files, and understanding core concepts like the working directory, repository, staging area, and HEAD pointer.

GitVersion Controlgit commands
0 likes · 8 min read
Master Git: Safely Undo Commits and Reset Versions