KatherinaReichelt@feddit.org to Technology@lemmy.worldEnglish · 2 months agoAfter Xbox and Windows, now GITHUB is in crisis, "failing me, every single day, and it is personal"www.windowscentral.comexternal-linkmessage-square90linkfedilinkarrow-up1433arrow-down16
arrow-up1427arrow-down1external-linkAfter Xbox and Windows, now GITHUB is in crisis, "failing me, every single day, and it is personal"www.windowscentral.comKatherinaReichelt@feddit.org to Technology@lemmy.worldEnglish · 2 months agomessage-square90linkfedilink
minus-squarecockmushroom@reddthat.comlinkfedilinkEnglisharrow-up4arrow-down1·2 months agoIs it possible to make repos without going to their site yet?
minus-squareeleijeep@piefed.sociallinkfedilinkEnglisharrow-up16·2 months agomkdir myrepo cd myrepo git init
minus-squarecockmushroom@reddthat.comlinkfedilinkEnglisharrow-up3arrow-down1·2 months agoLooool, touche. What about registering that repo, pushing it (ie not updates/changes), and/or deleting it? Do i need a js-supporting browser for that?
minus-squareNebLem@lemmy.worldlinkfedilinkEnglisharrow-up6·2 months agoYou probably need to use their website to register an account (its Anubis protected, for good reasons), but once you have an auth token their API is pretty good. There’s even an Emacs package (fj.el)
minus-squaresomethingDotExe@lemmy.worldlinkfedilinkEnglisharrow-up1·2 months agoYes, but you’ll need to login through terminal
Is it possible to make repos without going to their site yet?
mkdir myrepo cd myrepo git initElite hax.
Looool, touche. What about registering that repo, pushing it (ie not updates/changes), and/or deleting it? Do i need a js-supporting browser for that?
You probably need to use their website to register an account (its Anubis protected, for good reasons), but once you have an auth token their API is pretty good. There’s even an Emacs package (fj.el)
git init /
Yes, but you’ll need to login through terminal