Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pull in no-ff mode, if ff is not possible #66

Open
stefan-jung opened this issue Sep 6, 2018 · 0 comments
Open

Pull in no-ff mode, if ff is not possible #66

stefan-jung opened this issue Sep 6, 2018 · 0 comments

Comments

@stefan-jung
Copy link

Sometimes oxygen-git-plugin cannot pull, if fast forward is not possible. Nothing happens, no message appears, it just does not work.

To reproduce on CLI, I write:

$ git fetch && git pull
fatal: Not possible to fast-forward, aborting.

So, to pull, I have to pull in no-ff mode.

$ git pull --no-ff

I would expect, that oxygen-git-plugin would tell me, that ff is not possible and ask me, whether I'd like to pull in no-ff mode.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant