github - Git pull crashes website -


i had overwrite site backup. thing backup behind git couple of commits.(deleted view, finishing touches on features, , lot more). when git pull --all , pull changes git(which ahead couple of commits) site crashes. assume because changes written database. there way avoid site crashing, when pull changes git loads normally?

thanks!

your question isn't clear. try adding more information error messages.

with info gave us, sounds there's bug in 1 of git commits breaking site. starting working commit, pick 1 commit @ time find commit contains bug. when find it, either skip commit or fix bug.

you can use git bisect this.


Comments

Popular posts from this blog

java - pagination of xlsx file to XSSFworkbook using apache POI -

Unlimited choices in BASH case statement -

apache - How do I stop my index.php being run twice for every user -