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