Git push config issue

By.

min read

My profile

Share this:

Using

hint:   git config pull.rebase false  # merge
hint:   git config pull.rebase true   # rebase
hint:   git config pull.ff only       # fast-forward only

Try

git config --unset pull.ff
Share this:

Leave a Reply

Your email address will not be published. Required fields are marked *