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工具

}

posted @ 2019-04-06 16:51  AKIMETA  阅读(135)  评论(0编辑  收藏  举报