Tag

stash

0 views collected around this technical thread.

Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Apr 3, 2025 · Fundamentals

Practical Git Tips: Rebase, Cherry‑pick, Stash and Common Scenarios

This article walks through eight typical Git problems—missing branches, unwanted merges, unfinished work, wrong commit messages, early‑stage fixes, mass commit squashing, and recovery after mistakes—showing how to use rebase, cherry‑pick, stash, revert and related commands to resolve them efficiently.

Version Controlcherry-pickcommit
0 likes · 21 min read
Practical Git Tips: Rebase, Cherry‑pick, Stash and Common Scenarios
Code Ape Tech Column
Code Ape Tech Column
Jul 16, 2024 · Fundamentals

Practical Git Commands: stash, reset --soft, cherry-pick, revert, reflog and Short Aliases

This article introduces five essential Git commands—stash, reset --soft, cherry-pick, revert, and reflog—explaining their purposes, typical scenarios, and step‑by‑step usage, and also shows how to create convenient short aliases for frequent Git operations.

Version Controlcherry-pickgit
0 likes · 16 min read
Practical Git Commands: stash, reset --soft, cherry-pick, revert, reflog and Short Aliases
Architecture Digest
Architecture Digest
Mar 28, 2022 · Fundamentals

Comprehensive Guide to Common Git Commands and Scenarios

This article presents a detailed collection of 45 everyday Git operations covering commits, amendments, branch management, staging, rebasing, merging, stashing, and recovery techniques, providing clear command examples and explanations to help developers handle typical version‑control tasks efficiently.

Version Controlbranchcommit
0 likes · 28 min read
Comprehensive Guide to Common Git Commands and Scenarios
Laravel Tech Community
Laravel Tech Community
Jan 25, 2022 · Fundamentals

Highlights of Git 2.35 Release: New Stash Options, Log Formatting, SSH Key Enhancements, Merge Conflict Improvements, and More

Git 2.35 introduces a suite of enhancements—including a new --staged mode for git stash, richer --format options for git log, advanced SSH key handling, performance boosts for --histogram, a novel zdiff3 merge conflict style, and expanded sparse‑index and reftable support—aimed at streamlining version‑control workflows for developers.

Git 2.35Merge ConflictSSH
0 likes · 5 min read
Highlights of Git 2.35 Release: New Stash Options, Log Formatting, SSH Key Enhancements, Merge Conflict Improvements, and More
Top Architect
Top Architect
Oct 20, 2021 · Fundamentals

Comprehensive Guide to Git Workflows, Commands, and Best Practices

This article provides an extensive overview of Git workflows, including Git Flow, GitHub Flow, and GitLab Flow, along with practical command references, best practices for commits, branching, rebasing, stash usage, repository cloning, and hook configuration, aimed at improving version control efficiency.

Best PracticesVersion Controlcommands
0 likes · 17 min read
Comprehensive Guide to Git Workflows, Commands, and Best Practices
Java Architect Essentials
Java Architect Essentials
Jul 22, 2021 · Fundamentals

Essential Git Commands: Branching, Stashing, Reverting, Tagging, and Common Operations

This article provides a comprehensive guide to essential Git commands, covering branch creation and management, stash usage, commit rollback, tag manipulation, common repository operations, ignoring files, and password‑less authentication, with practical examples and links for each command.

TaggingVersion Controlbranching
0 likes · 9 min read
Essential Git Commands: Branching, Stashing, Reverting, Tagging, and Common Operations
Java Captain
Java Captain
Oct 23, 2019 · Fundamentals

Common Git Commands: Branch, Stash, Reset, Tag, and General Operations

This article provides a concise reference of essential Git commands covering branch management, stashing changes, resetting revisions, tagging commits, and various routine operations such as pushing, ignoring files, and configuring password‑less authentication.

Version Controlbranchinggit
0 likes · 7 min read
Common Git Commands: Branch, Stash, Reset, Tag, and General Operations