https://github.com/xgqfrms/git-testing-all-in-one
git-testing-all-in-one 🚀👻✅
https://github.com/xgqfrms/git-testing-all-in-one
git git-rebase git-reset git-revert
Last synced: 11 months ago
JSON representation
git-testing-all-in-one 🚀👻✅
- Host: GitHub
- URL: https://github.com/xgqfrms/git-testing-all-in-one
- Owner: xgqfrms
- License: mit
- Created: 2019-12-24T14:51:06.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-12T17:05:21.000Z (about 3 years ago)
- Last Synced: 2025-02-07T08:33:05.596Z (about 1 year ago)
- Topics: git, git-rebase, git-reset, git-revert
- Language: JavaScript
- Homepage: https://www.cnblogs.com/xgqfrms/p/14821373.html
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# git testing All In One
git reset 重置
git revert 撤销
git rebase 变基
https://www.cnblogs.com/xgqfrms/p/14821373.html
## 测试
模拟错误提交,revert 撤销
模拟错误合并,reset 重置
模拟回滚到某个历史, rebase 变基
## refs
https://git-scm.com/docs/git-reset
https://git-scm.com/docs/git-revert
https://git-scm.com/docs/git-rebase