create a new repository on the command line

echo "# redis-connection-test-sample" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin git@github.com:geekxingyun/redis-connection-test-sample.git
git push -u origin main