linux git操作学习

git config --global user.name "libohao666"
git config --global user.email "[email protected]"
 git status
 git init
 git remote add origin https://github.com/libohao666/2019-.git
 git push -u origin master
 git commit -m "fuckit"
 
发布了192 篇原创文章 · 获赞 71 · 访问量 4万+

猜你喜欢

转载自blog.csdn.net/weixin_43870649/article/details/103335183