[hibernate-dev] forced pushes
Scott Marlow
smarlow at redhat.com
Tue Jan 24 20:53:28 EST 2012
Something else seems wrong.
I deleted my personal Hibernate fork from github and forked it again.
http://fpaste.org/f8eF/ is a transcript of the errors that I saw after
doing the following:
1. git clone git at github.com:scottmarlow/hibernate-orm.git
2. cd hibernate-orm
3. git remote add upstream git://github.com/hibernate/hibernate-ogm.git
4. git pull --rebase upstream master
I had the same error previous to deleting my Hibernate fork.
On 01/24/2012 10:48 AM, Steve Ebersole wrote:
> Do not use --force with git push when pushing to any of the GitHub
> hosted hibernate repos. GitHub does not allow us to disable or
> otherwise limit its use.
>
> However, we are now able to see when someone does a forced push. From
> this point forward we will be removing write access to anyone doing
> forced pushes. This sounds harsh, but we just wasted all morning
> recovering from forced pushes as we are trying to get ready for
> tomorrows releases. We just don't have time to keep dealing with these.
>
> Thanks.
>
More information about the hibernate-dev
mailing list