11111

dddddvscode
SHA256:+gMvoVqoq5bi1kCM10uXU1UqIk7mTwsKlJyOynMRvU8

git clone git@github.com:githubcwz/vscode-c.git


or create a new repository on the command line
echo "# coder" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/githubcwz/coder.git

https://github.com/githubcwz/vscode-c.git
git push -u origin main
…or push an existing repository from the command line
git remote add origin https://github.com/githubcwz/coder.git
git branch -M main
git push -u origin main
posted @ 2021-08-17 10:28  githubcwz  阅读(106)  评论(0)    收藏  举报