Skip to main content

% git-feature-merge(1) Version 0.1.5 | git-feature-merge

NAME

Merge 1 commit of the current feature branch into the default branch

HOW IT WORKS

This command will:

  • merge:
    • 1 commit of the current branch
    • into 1 commit on the default branch (ie main)
  • push the commit to the origin
  • switch the branch to the default branch

If you have more than 1 commit in your feature branch, you need to squash them before merging with the git-feature-squash command.

SYNOPSIS

Merge a feature branch

git-feature-merge [options] [commit message]

Options:

  • --recurse or -r : recurse in the submodules

SUBMODULE SUPPORT

We don't squash on submodule