Skip to content
andreav edited this page Aug 7, 2012 · 2 revisions

You can customize you workflow by providing options to underlying git operations by configuring some options:

1. 4f.ftrbr-prefix

git config 4f.ftrbr-prefix ftr/

This will create topic branches and place them under ftr namespace

2. 4f.ftrbr-update-merge-opt

git config 4f.ftrbr-pull-merge-opt --no-ff

When issuing a back-merge this option is provided when merging from intbr onto topic branch.

3. 4f.ftrbr-integrate-merge-opt

git config 4f.ftrbr-integrate-merge-opt --no-ff

This option is used with:

  1. git ftr-integrate-merge
  2. git ftr-push

4. 4f.ftrbr-integrate-rebase-opt

git config 4f.ftrbr-integrate-rebase-opt --no-ff

This option is used with:

  1. git ftr-integrate-rebase
  2. git ftr-push-rebase
Clone this wiki locally