我的博客
欢迎来到我的博客
bunny.icu

Git初次提交

Git初次提交
git init
git commit -m "first commit"
git remote add origin git@github.com:xxx/xxxx.git
git push -u origin master

版权声明


本作品系原创, 转载须遵循 CC BY-NC-ND 4.0 许可协议
本文标题:Git初次提交
本文链接:https://www.bunny.icu/archives/1650

推荐文章

发表评论

textsms
account_circle
email

bunny.icu

Git初次提交
git init git commit -m "first commit" git remote add origin git@github.com:xxx/xxxx.git git push -u origin master
扫描二维码继续阅读
2022-12-01