Skip to content

Squash Commits

adamrangs edited this page Aug 12, 2022 · 1 revision
 git checkout yourBranch
 git reset $(git merge-base master yourBranch)
 git add -A
 git commit -m "one commit on yourBranch"
Clone this wiki locally