Skip to content

forgetfulengineer/git-revert-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

git-revert-example

這個 repository 使用於文章 【Git】使用 git revert 一次性還原多個提交 的操作練習

繁體中文 | English

安裝方式

git clone https://github.com/forgetfulengineer/git-revert-example.git

練習重點

  1. 使用 git revert 還原指定或多個提交

  2. 了解 git revert <oldest-commit>..<latest-commit>git revert <oldest-commit>^..<latest-commit> 的差異

  3. 多個還原合併成一次提交

嗨!我是健忘工程師 😁,如果這個練習對你有幫助,也歡迎到我的 網站 逛逛其他學習筆記唷~

About

【Git】使用 git revert 一次性還原多個提交 的操作練習

Topics

Resources

Stars

Watchers

Forks