Git-01-上传项目到github

function fun1(){

Git上传项目到github
Folder——>Git bash here
Execute command:
--git clone 仓库地址
     多出一个文件夹
     把其他文件复制到此文件夹
--cd 文件夹名
--git add .
--git commit -m "提交的信息"    //随便写,建议见名之意
--git push -u 仓库地址 master
//-----------------Complete------------------

}

function fun2(){

github.com

}

function fun3(){

GUI工具

}

猜你喜欢

转载自www.cnblogs.com/fenqinearl/p/10662206.html