minus-squareunlawfulbooger@lemmy.blahaj.zonetoLinux@lemmy.ml•How do you use token to access github in a basic terminal?linkfedilinkarrow-up0·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:[email protected]/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: