You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Regarding this issue, I think it may be better to delete the local repo before each run of the publisher instead of keeping it.
Now it works like this:
Clone repo
Publish htacess
Publish htacess
Publish htacess
I think it would be better like this:
Delete repo folders
Clone repo
Publish htacess
Delete repo folders
Clone repo
Publish htacess
By opting for the second solution we always get a clean state of the git from the remote, which we update locally and push. Then we delete it again and ...
I believe this would fix a lot of errors related to merges, local changes, ... causing problems.
The process would be slower for very huge repos since we would download them each time with the clone, it would improve on a lot of merge issues though.
The text was updated successfully, but these errors were encountered:
maxcmoi89
changed the title
Better handling for merge error (conflicts) and stuff, which can happen if we mess manually with the repo, deleting too much stuff.
Better handling for merge error (conflicts), which can happen if we mess manually with the repo, deleting too much stuff, ...
Jan 28, 2019
Regarding this issue, I think it may be better to delete the local repo before each run of the publisher instead of keeping it.
Now it works like this:
I think it would be better like this:
By opting for the second solution we always get a clean state of the git from the remote, which we update locally and push. Then we delete it again and ...
I believe this would fix a lot of errors related to merges, local changes, ... causing problems.
The process would be slower for very huge repos since we would download them each time with the clone, it would improve on a lot of merge issues though.
The text was updated successfully, but these errors were encountered: