minus-squareunlawfulbooger@lemmy.blahaj.zonetoLinux@lemmy.ml•How do you use token to access github in a basic terminal?linkfedilinkarrow-up1·3 days agoYou can use your token with the REST api. And use that to do whatever you want. you can also use your token for git clone like so: $ git clone https:/git:put_your_token_here@github.com/myown/repo linkfedilink
You can use your token with the REST api. And use that to do whatever you want.
you can also use your token for
git clone
like so: