Starting right with
https://git-scm.com/book/en/v2/Getting-Started-First-Time-Git-Setup
ssh-keygen -a 100 -t ed25519 -f ~/.ssh/id_ed25519 git config --global user.name "John Doe" git config --global user.email "[email protected]"
Starting right with
https://git-scm.com/book/en/v2/Getting-Started-First-Time-Git-Setup
ssh-keygen -a 100 -t ed25519 -f ~/.ssh/id_ed25519 git config --global user.name "John Doe" git config --global user.email "[email protected]"
Leave a Reply