top | item 45971871

(no title)

ruuda | 3 months ago

FYI in an emergency you can `git push` to and `git pull` from any SSH-capable host without the need to use GitHub.

discuss

order

cluckindan|3 months ago

FYI in an emergency you can SSH to your server and edit files and the DB directly.

Where is your god now, proponents of immutable filesystems?!

BadBadJellyBean|3 months ago

I love when people do that because they always say "I will push the fix to git later". They never do and when we deploy a version from git things break. Good times.

I started packing things into docker containers because of that. Makes it a bit more of a hassle to change things in production.

egeozcan|3 months ago

FYI in an emergency, you can buy a plane ticket and send someone to access the server directly.

I actually had the privilege of being sent to the server.

lenerdenator|3 months ago

I'm actually getting "ERROR: no healthy upstream" on `git pull`.

They done borked it good.

avree|3 months ago

If your remote is set to a git@github.com remote, it won't work. They're just pointing out that you could use git to set origin/your remote to a different ssh capable server, and push/pull through that.