Confirmed users
425
edits
Line 63: | Line 63: | ||
# Start up an interactive rebase session to squash all of the commits in the feature branch that are not currently in the ''master'' branch: | # Start up an interactive rebase session to squash all of the commits in the feature branch that are not currently in the ''master'' branch: | ||
## <code>git rebase -i master<code> | ## <code>git rebase -i master</code> | ||
# This will pop open a code editor (which ever one is configured to be used with Git) with a file that includes some rebasing instructions. The file will look something like this: | # This will pop open a code editor (which ever one is configured to be used with Git) with a file that includes some rebasing instructions. The file will look something like this: | ||
[[File:Git-rebase-1.jpg|frameless|left]] |