The first time we run hub
, it asks for our Github username and password. This is never stored. Instead, hub
uses it to create a personal access token that gets saved in your account and then it uses that token for subsequent uses.
Is there a way to achieve the same from a bash
script, without registering an application and all that?
This script will be public.