Remove draft

This commit is contained in:
Oliver Davies 2018-04-23 21:31:31 +01:00
parent f2020ccff1
commit 54d19df241

View file

@ -6,7 +6,6 @@ summary: |
I was having some issues this past weekend where, despite everything working fine locally, a server was showing a “500 Internal Server” after I pushed some changes to a site. In order to bring the site back online, I needed to revert the site files back to the previous version, but as part of a new commit.
tags:
- git
draft: true
slug: back-to-the-future-git-diff-apply
---
The `git reset` commands removed the interim commits which meant that I couldnt push to the remote (force pushing, quite rightly, isnt allowed for the production branch), and using `git revert` was resulting in merge conflicts in `composer.lock` that Id rather have avoided if possible.