git init
git remote add origin git@github.com:Felipebros/teste123.git
add origin https://github.com/Felipebros/teste123.git
git pull origin master
git add .
git commit -m "first commit"
git log --pretty=format:"- %s" --reverse
git branch -M main
git push -u origin main
git init
echo "# teste123" >> README.md
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin git@github.com:Felipebros/teste123.git
git push -u origin main
git config -l
git config user.name "Felipe Soares Barbosa Silveira"
git config user.email "felipeiturama@gmail.com"
git config user.name "Felipe Soares Barbosa Silveira" --global
git config user.email "felipeiturama@gmail.com" --global
git clone -c core.sshCommand="ssh -i ~/.ssh/id_ed25519.nome_empresa" git@github.com:Felipebros/Codigos.git
git config -l
git config core.sshCommand "ssh -i ~/.ssh/id_ed25519.nome_empresa -o 'IdentitiesOnly yes'
git config --unset-all core.sshcommand