HomeRecipesSnippets


git rebase

Text

Category: git
Date: Jan. 28, 2025, 11:29 p.m. PST
Tags: rebase

Rebase master branch into local branch

git rebase origin/master

Squashing commits together

git rebase -i