rising3월 15일· 2 sources
Git Commit Split: Shell Command Quick Reference
Git 커밋 분할: 셸 명령어 빠른 참조
Why it matters
A quick reference for splitting a Git commit using interactive rebase. The process involves selecting the target commit with `git rebase -i`, unstaging it with `git reset HEAD~`, then re-adding and committing changes at the desired granularity before continuing the rebase.
2
Sources
+0
24h
—
Growth
182d
Active
checkpointcommit splitgitgit aliasgit resetrebasewipworkflow