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

gitpush force option does not take effect #67

Open
benbowler opened this issue Jul 2, 2014 · 0 comments
Open

gitpush force option does not take effect #67

benbowler opened this issue Jul 2, 2014 · 0 comments

Comments

@benbowler
Copy link

We have the following config but we get a no fast forwards error when running the command which suggests the flag is not being applied.

    gitpush: {
        stage: {
            options: {
                // Force update staging branch on remote from current branch.
                remote: "origin",
                branch: "staging",
                force: true
            }
        },
    },

The response is:

     Warning: To git@example.unfuddle.com:example/example.git
      ! [rejected]        staging -> staging (fetch first)
     error: failed to push some refs to 'git@example.unfuddle.com:example/example.git'
     hint: Updates were rejected because the remote contains work that you do
     hint: not have locally. This is usually caused by another repository pushing
     hint: to the same ref. You may want to first integrate the remote changes
     hint: (e.g., 'git pull ...') before pushing again.
     hint: See the 'Note about fast-forwards' in 'git push --help' for details. Use --force to continue.
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