B
B
Blackmore2014-04-24 09:52:56
git
Blackmore, 2014-04-24 09:52:56

How to disable fast-forwarding in Git?

Good afternoon, we are mastering Git.
We work through pull requests from our own repositories into one common one.
We still want to use ftploy.com
to upload to the hosting. But there was a problem, ftploy does not see that we have frozen another pull request on the main repository.
I contacted support and they replied:
Currently, if you're using Bitbucket and utilizing merges you need to turn off fast-forwarding on your local Git install.
After reading the documentation, I didn’t understand anything where to turn it off and how my local git is connected to the main repository located on another account.
Any advice?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
rsludge, 2014-04-24
@rsludge

You can disable ff in the config:
git config --add merge.ff false
I'm not familiar with ftploy, so I can't say anything more here.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question