solidusjs / solidus

A simple server that generates pages from JSON and Templates
MIT License
28 stars 7 forks source link

Terminal gets into bad state for deploys #64

Closed Fauntleroy closed 10 years ago

Fauntleroy commented 11 years ago

There have been instances where people's terminals have gotten into weird states after switching branches, which has caused deployment issues down the line. I believe some Git clients, like GitHub for Mac, can inadvertently send user's terminals into the trash. At this point users think they are actively working on the local copy of a site, when in fact they are working on the old branch which was temporarily trashed.

This isn't a solidus problem per se, but it's going to continue to cause us grief, so we need to watch it and find a way to circumvent/fix it.

Fauntleroy commented 10 years ago

This doesn't seem to have occurred for a long time.