Git rebase

PHOTO EMBED

Wed Jun 07 2023 09:28:55 GMT+0000 (Coordinated Universal Time)

Saved by @milliedavidson #git #rebase #commandline

git config pull.rebase true
content_copyCOPY

Rebase: This option moves your local commits to sit on top of the latest remote commit. It replays your commits on top of the updated branch, resulting in a linear commit history.