How to Create a New Branch from a Specific Git Commit
Use git log --oneline to get the target commit hash; 2. Execute git switch -c
To create a new branch from a specific Git commit, you don't need to switch away from your current branch first — Git lets you do this directly. Here's how:

✅ Step-by-step: Create a Branch from a Specific Commit
-
Get the target commit hash
If you don't already know the commit hash, find it using:git log --oneline
This gives you a short, readable list of recent commits like:
a1b2c3d Add login feature e4f5g6h Fix typo in README
Create and switch to the new branch
Use this command:git switch -c <new-branch-name> <commit-hash>
Example:
git switch -c fix/login-bug a1b2c3d
This creates a new branch called
fix/login-bug
pointing exactly at commita1b2c3d
.? Alternative (older syntax):
git checkout -b <new-branch-name> <commit-hash>
? Why You Might Do This
- You found a bug that existed in an older version and want to fix it in a separate branch without affecting
main
ordevelop
. - You want to experiment with code from a known stable point.
- You're preparing a hotfix based on a release tag or old commit.
⚠️ Important Notes
- The new branch will start with that commit as its latest — all future commits will branch off from there.
- Your current branch stays untouched. No need to
git checkout main
first unless you want to. - If you just want to inspect the old commit (not create a branch), use:
git switch --detach <commit-hash>
That's it — no magic, just precise branching. This is one of Git's most useful features for clean, targeted work.
The above is the detailed content of How to Create a New Branch from a Specific Git Commit. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undress AI Tool
Undress images for free

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

ArtGPT
AI image generator for creative art from text prompts.

Stock Market GPT
AI powered investment research for smarter decisions

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Directory What is COOKIEDAO? COOKIEDAO Token Economics Current Market Conditions and Factors Influencing COOKIE Prices COOKIE 2025-2026 Price Forecast COOKIE 2029-2030 Price Forecast 2025-2030 Price Forecast Price List Which exchanges are COOKIE coins traded? How to buy Binance (Binance) BybitBitgetKuCoinMEXCBTCCCOOKIE coins? ConclusionCookieDAO's $ after reaching an all-time high of $0.7652 on January 10, 2025

Table of Contents Two ancestry, two worldviews: The philosophical showdown between OG coins hoarding and Wall Street harvesting. Financial engineering dimensionality reduction strike: How BitMine reconstructs ETH pricing power in 35 days. New dealer spokesperson: TomLee and Wall Street narrative manipulation ecological reconstruction: How Wall Street Capital reshapes the ETH value chain. A small company that was originally unknown in Nasdaq increased its holdings from zero violence to 830,000 in just 35 days. Behind it is a survival philosophy showdown between the indigenous people in the currency circle and Wall Street Capital. On July 1, 2025, BitMine's ETH position was still zero. 35 days later, this family is unknown

Table of Contents 1. Observe the tokens with leading gains in the exchange 2. Pay attention to trend signals on social media 3. Use research tools and institutional analysis reports 4. Deeply explore on-chain data trends 5. Summary and strategic suggestions In the crypto market, narrative not only drives capital flow, but also profoundly affects investor psychology. Grasping the rising trend often means higher returns potential; while misjudgment may lead to high-level takeovers or missed opportunities. So, how can we identify the narrative that dominates the market at present? Which areas are attracting a lot of capital and attention? This article will provide you with a set of practical methods to help you accurately capture the hot pulse of the crypto market. 1. The most intuitive signal of observing the leading tokens on the exchange often comes from price performance. When a narrative begins

1. The failure of the mouse wheel is usually caused by software conflicts, driving problems or dust accumulation; 2. The resolution steps are to restart the computer, check the mouse settings, update or reinstall the driver, and replace the USB interface; 3. If it is invalid, clean the dust in the roller gap, and disassemble and clean the encoder or sensor if necessary; 4. Physical wear or circuit failure requires replacement of the mouse.

Contents 2019: Expected rise, fall after cashing out 2020: Exceptions under emergency rate cuts 2024: Narrative overwhelms liquidity September 2025: Conditional market starts Core view Markets generally expect the Fed to conduct its first rate cut in this cycle in September. Historically, Bitcoin usually rose before the introduction of loose policies, but fell back after interest rate cuts were implemented. However, this pattern is not always true. This article will review the situation in 2019, 2020 and 2024 to predict possible trends in September 2025. 2019: Expected rise, after cashing out

Directory What is MultipleNetwork? Typical use cases (example) MultipleNetwork technology architecture and overall product module method P2P SD-WAN: How to "monetize" distributed bandwidth? Encryption and Privacy: Anonymous Communication End-to-end encryption De-WAN and Edge Accelerated Token Economics (Supply|Utility|Allocation|Airdrop/Incentive) Total Supply and Role Testnet Incentives and Distribution of Volume Conditions and Release Participants’ Value Path Ecosystem and Application Synergy Interface Progress and Roadmap (2024-2025) Risk and Attention

Gitcherry-pickisusedtoapplyaspecificcommitfromonebranchtoanother.1.Applyahotfixfrommaintoafeaturebranchwithoutmergingallchanges.2.Shareasecuritypatchacrossmultiplereleasebrancheslikev1.2andv1.3.3.Recoveralostcommitafteraresetusingitshashfromgitreflog

What is CAT (Simon'sCat)? How does Simon’sCat work? Simon'sCat's Origin Mission and Vision and Other Memecoin's Comparative Unique Features and Community Participation Simon'sCat's Main Products CAT's Token Economic Token Allocation Economic Model Practical and Reward Current Market Conditions and Prices Factors Influencing CAT's (Simon'sCat) Price Is Simon'sCat a Good Investment? CAT(Simon'
