java7源码-fly:飞

时间:2021-06-04 16:33:30
【文件属性】:
文件名称:java7源码-fly:飞
文件大小:1.02MB
文件格式:ZIP
更新时间:2021-06-04 16:33:30
系统开源 java7 源码 fly waht is the funny thing you doing... git操作参考: 1.git clone新项目 git clone git clone github.com/hongjinlong/fly.git 2.git添加新文件和文件夹 git add . (将当前文件夹下面的内容添加到本地仓库) git commit -m "init project" (提交到本地参考的head版本,引号里面的是注释) 3.项目提交服务器 git push -u origin master 项目合并 git merge origin master git项目关联 git remote add origin github.com/hongjinlong/fly.git 查看关联是否成功 git remote -v 查看当前项目的状态 git status 在本地新建一个分支: git branch Branch1 切换到你的新分支: git checkout Branch1 将新分支发布在github上: git push origin Bran
【文件预览】:
fly-master
----.gitignore(15B)
----.project(1KB)
----README.md(3KB)
----pom.xml(344B)
----.settings()
--------.jsdtscope(555B)
--------org.eclipse.wst.common.component(564B)
--------org.eclipse.jdt.core.prefs(422B)
--------org.eclipse.wst.common.project.facet.core.xml(245B)
--------org.eclipse.wst.jsdt.ui.superType.container(49B)
--------org.eclipse.m2e.core.prefs(86B)
--------org.eclipse.wst.jsdt.ui.superType.name(6B)
----users.sql(141B)
----src()
--------main()
----.classpath(1KB)

网友评论