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

}

上一篇:前端MVC Vue2学习总结(四)——条件渲染、列表渲染、事件处理器


下一篇:POJ 2488-A Knight's Journey(DFS)