Hi, 

> Do we have to rewrite the staging history to match production and force
> push it?

If you want staging to look like production, just push the production branch 
onto staging. 

$ git push -f origin production:staging

--Hardy

Attachment: pgpFwAg64gDPO.pgp
Description: PGP signature

_______________________________________________
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev

Reply via email to