上传demo到github

第一步:首先新建github仓库 第一个文本框为仓库名字,第二个文本框为仓库描述 第二步:上传代码 使用git并进入demo目录   进入目录 1.cd demo 初始化 2.git init 3.添加文件 git add * 4.此次提交的内容 git commit –m “description” 5.连接远程服务器 git remote add origin <服务器地址>     6.上传
相关文章
相关标签/搜索