Git Login Via Command Line Posted on 2021-03-28 Edited on 2021-03-29 In uncategorized Git Login Via Command Line - WMI git config --global user.name myusername git config --global user.email myemail git config --global github.user myusername git config --global github.token mytoken