hypnotic_nerd@programming.dev to Programmer Humor@programming.devEnglish · 11 months agoGitHub Desktop or Git CLI?programming.devimagemessage-square159fedilinkarrow-up1523arrow-down132
arrow-up1491arrow-down1imageGitHub Desktop or Git CLI?programming.devhypnotic_nerd@programming.dev to Programmer Humor@programming.devEnglish · 11 months agomessage-square159fedilink
minus-squarestepanzak@iusearchlinux.fyilinkfedilinkarrow-up2·11 months agoI’m not sure about the exact commands, but you do something like gh auth login to authenticate the CLI and then something like gh ssh setup to change ssh’s config file to authorize using the GH CLI.
minus-squareJuice [none/use name]@hexbear.netlinkfedilinkEnglisharrow-up2·11 months agoI’ll try that, thanks
I’m not sure about the exact commands, but you do something like
gh auth login
to authenticate the CLI and then something likegh ssh setup
to change ssh’s config file to authorize using the GH CLI.I’ll try that, thanks