mesa to [email protected]English • 2 months agoGitHub CEO delivers stark message to developers: Embrace AI or get out.www.businessinsider.comexternal-linkmessage-square323fedilinkarrow-up1742arrow-down121
arrow-up1721arrow-down1external-linkGitHub CEO delivers stark message to developers: Embrace AI or get out.www.businessinsider.commesa to [email protected]English • 2 months agomessage-square323fedilink
minus-square@[email protected]linkfedilinkEnglish3•1 month agosorry if I’m extra stupid with these questions, but how you add that as a remote then?
minus-square@[email protected]linkfedilinkEnglish11•1 month agogit remote add origin ssh://<<username>>@<<host>>/path/to/test_repo.git
minus-squareJackbyDevlinkfedilinkEnglish4•1 month agoArticle talking about it https://mikelev.in/futureproof/git-without-server-local-filesystem/
sorry if I’m extra stupid with these questions, but how you add that as a remote then?
git remote add origin ssh://<<username>>@<<host>>/path/to/test_repo.git
Article talking about it https://mikelev.in/futureproof/git-without-server-local-filesystem/