-
Notifications
You must be signed in to change notification settings - Fork 0
Customizations
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:
git config 4f.ftrbr-prefix ftr/
This will create topic branches and place them under ftr namespace
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.
git config 4f.ftrbr-integrate-merge-opt --no-ff
This option is used with:
- git ftr-integrate-merge
- git ftr-push
git config 4f.ftrbr-integrate-rebase-opt --no-ff
This option is used with:
- git ftr-integrate-rebase
- git ftr-push-rebase