Re: Push force to master by mistake

2021-02-16 Thread Krisztián Szűcs
Also tried to force push to master: $ git push upstream master -f Alias tip: gpu master -f Total 0 (delta 0), reused 0 (delta 0), pack-reused 0 remote: error: GH006: Protected branch update failed for refs/heads/master. remote: error: Cannot force-push to this protected branch To https://github.co

Re: Push force to master by mistake

2021-02-16 Thread Krisztián Szűcs
According to the API, the master branch has been set as protected: curl \ -H "Accept: application/vnd.github.v3+json" \ https://api.github.com/repos/apache/arrow/branches { "name": "master", "commit": { "sha": "b89cddc3766676b5e48dad219259530c1706513f", "url": "https://

Re: Push force to master by mistake

2021-02-16 Thread Wes McKinney
This has been enabled — if things appear to be working correctly, could someone comment on the INFRA Jira so it can be closed? Thanks! On Sun, Feb 14, 2021 at 3:12 PM Wes McKinney wrote: > > https://issues.apache.org/jira/browse/INFRA-21421 > > On Sun, Feb 14, 2021 at 3:10 PM Jorge Cardoso Leitão

Re: Push force to master by mistake

2021-02-14 Thread Wes McKinney
https://issues.apache.org/jira/browse/INFRA-21421 On Sun, Feb 14, 2021 at 3:10 PM Jorge Cardoso Leitão wrote: > > Yes please. :) > > On Sun, Feb 14, 2021, 22:08 Wes McKinney wrote: > > > Should we make master a "protected branch" now that we've resolved to > > not rebase master ever again? > > >

Re: Push force to master by mistake

2021-02-14 Thread Jorge Cardoso Leitão
Yes please. :) On Sun, Feb 14, 2021, 22:08 Wes McKinney wrote: > Should we make master a "protected branch" now that we've resolved to > not rebase master ever again? > > On Sun, Feb 14, 2021 at 6:23 AM Jorge Cardoso Leitão > wrote: > > > > I found the commit, 8547c616dcc7c3ee51f174d118c81b3884

Re: Push force to master by mistake

2021-02-14 Thread Wes McKinney
Should we make master a "protected branch" now that we've resolved to not rebase master ever again? On Sun, Feb 14, 2021 at 6:23 AM Jorge Cardoso Leitão wrote: > > I found the commit, 8547c616dcc7c3ee51f174d118c81b38847974af, and I pushed > the changes up to there, so I think that everything is b

Re: Push force to master by mistake

2021-02-14 Thread Jorge Cardoso Leitão
I found the commit, 8547c616dcc7c3ee51f174d118c81b38847974af, and I pushed the changes up to there, so I think that everything is back to normal. Sorry for this. Best, Jorge On Sun, Feb 14, 2021 at 1:13 PM Jorge Cardoso Leitão < jorgecarlei...@gmail.com> wrote: > Hi, > > I mistakenly force-push