echo "# TEST" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin git@github.com:bvlourenco/TEST.git
git push -u origin main
To create an SSH key locally:
cd ~/.ssh
# Creates a new pair of SSH keys using elliptic curve called ed25519
# You will have to prompt the path to save the key and a passphrase
ssh-keygen -t ed25519
# Creates a new file called config that will store information about the key and who will access it
To create an SSH key locally:
cd ~/.ssh
# Creates a new pair of SSH keys using elliptic curve called ed25519
# You will have to prompt the path to save the key and a passphrase
ssh-keygen -t ed25519
# Creates a new file called config that will store information about the key and who will access it