Skip to content

livekn/rebase-guide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Rebase guide

Checkout 到不同的 branch 來玩玩吧。

在中間插入 commit

git checkout insert-commit-guide

在中間刪除 commit

git checkout remove-commit-guide

在中間修改 commit 內容

git checkout modify-commit-guide

調整 commit 順序

git checkout reorder-commit-guide

合併 commits

git checkout squash-commits-guide

分拆 commit

git checkout split-commit-guide

About

git rebase practice

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published