git
git
create a new repository on the command line
echo “# 1” » README.md git init git add README.md git commit -m “first commit” git branch -M main git remote add origin git@github.com:ycjyy/1.git git push -u origin main
create a new repository on the command line
echo “# 1” » README.md git init git add README.md git commit -m “first commit” git branch -M main git remote add origin git@github.com:ycjyy/1.git git push -u origin main