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

Consider force pushing the branch to ensure work ends up at the remote #21

Closed
steadweb opened this issue Feb 23, 2016 · 1 comment · Fixed by #38
Closed

Consider force pushing the branch to ensure work ends up at the remote #21

steadweb opened this issue Feb 23, 2016 · 1 comment · Fixed by #38

Comments

@steadweb
Copy link

Hooks could prevent the code from being pushed. In the state of an emergency I'd want my code to be pushed, regardless.

@glensc
Copy link
Contributor

glensc commented Jul 4, 2016

or just disable hooks:

git-push(1):

--[no-]verify
Toggle the pre-push hook (see githooks(5)).
The default is --verify, giving the hook a chance to prevent the push. With --no-verify, the hook is bypassed completely.

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

Successfully merging a pull request may close this issue.

2 participants