git 教程

Posted nku-wangfeng

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了git 教程相关的知识,希望对你有一定的参考价值。

本地

git init

git add .

git commit -m "xxx"

远程

git remote add orgin http:sss.git

git pull origin master   下拉合并

git push  -u origin master 上传

 

 

以上是关于git 教程的主要内容,如果未能解决你的问题,请参考以下文章

Git教程

Git教程

git教程1--如何操作本地仓库(保姆级教程,好上手)

❤️Git图文使用教程详解

❤️Git图文使用教程详解

❤️Git图文使用教程详解