Command | Description |
---|---|
git config --get-regexp user |
list user credentials |
git config --add user.name |
set new local username |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
taskkill /f /IM explorer.exe | |
start explorer.exe | |
exit |
To generate a new ssh key with the Ed25519 algorithm as recommended in the GitHub Docs paste the following powershell commmand:
> ssh-keygen -t ed25519 -C "comment of your choice"
NewerOlder