mesa@piefed.social to Technology@lemmy.worldEnglish · 1 month agoGitHub CEO delivers stark message to developers: Embrace AI or get out.www.businessinsider.comexternal-linkmessage-square138fedilinkarrow-up128arrow-down13
arrow-up125arrow-down1external-linkGitHub CEO delivers stark message to developers: Embrace AI or get out.www.businessinsider.commesa@piefed.social to Technology@lemmy.worldEnglish · 1 month agomessage-square138fedilink
minus-squarejosefo@leminal.spacelinkfedilinkEnglisharrow-up0·1 month agosorry if I’m extra stupid with these questions, but how you add that as a remote then?
minus-squareJackbyDev@programming.devlinkfedilinkEnglisharrow-up2·1 month agoArticle talking about it https://mikelev.in/futureproof/git-without-server-local-filesystem/
minus-squareaesthelete@lemmy.worldlinkfedilinkEnglisharrow-up1·1 month agogit remote add origin ssh://<<username>>@<<host>>/path/to/test_repo.git
sorry if I’m extra stupid with these questions, but how you add that as a remote then?
Article talking about it https://mikelev.in/futureproof/git-without-server-local-filesystem/
git remote add origin ssh://<<username>>@<<host>>/path/to/test_repo.git