how can i disable fast-forward for mergining branches in aptana 3 ?
example:
- create/checkout a branch (foo)
- commit changes
- checkout master-branch
- merge with foo
how can i disable fast-forward for mergining branches in aptana 3 ?
example:
Set it in project repository configuration
git config --add merge.ff false