mesa@piefed.social to Technology@lemmy.worldEnglish · 7 days agoGitHub CEO delivers stark message to developers: Embrace AI or get out.www.businessinsider.comexternal-linkmessage-square327fedilinkarrow-up1757arrow-down122
arrow-up1735arrow-down1external-linkGitHub CEO delivers stark message to developers: Embrace AI or get out.www.businessinsider.commesa@piefed.social to Technology@lemmy.worldEnglish · 7 days agomessage-square327fedilink
minus-squarejosefo@leminal.spacelinkfedilinkEnglisharrow-up3·6 days agosorry if I’m extra stupid with these questions, but how you add that as a remote then?
minus-squareaesthelete@lemmy.worldlinkfedilinkEnglisharrow-up11·6 days agogit remote add origin ssh://<<username>>@<<host>>/path/to/test_repo.git
minus-squareJackbyDev@programming.devlinkfedilinkEnglisharrow-up4·6 days 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/