gitee 操作总结

git操作
git config --global user.name “用户名” git config --global user.email “邮箱”
git init Initialized empty Git repository in D:/code/my_code/python/text/gitee/python/.git/
$ touch README.md $ git add README.md $ git commit -m “first commit” [master (root-commit) e062c32] first commit 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 README.md
$ git remote add origin https://gitee.com/laykon

gitee 操作总结最先出现在Python成神之路

版权声明:
作者:siwei
链接:https://www.techfm.club/p/20746.html
来源:TechFM
文章版权归作者所有,未经允许请勿转载。

THE END
分享
二维码
< <上一篇
下一篇>>