forked from JAVA-000/JAVA-000
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
GeekUniversity
authored
Oct 9, 2020
1 parent
7818bae
commit 0a37421
Showing
1 changed file
with
25 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,25 @@ | ||
# JAVA-000 | ||
# 极客大学「Java进阶训练营-第0期」作业提交仓库 | ||
|
||
|
||
|
||
|
||
## 仓库目录结构说明 | ||
|
||
1. `week01/` 代表第一周作业提交目录,以此类推。 | ||
2. 请在对应周的目录下新建或修改自己的代码作业。 | ||
2. 每周均有一个 `REDAME.md` 文档,你可以将自己当周的学习心得以及做题过程中的思考记录在该文档中。 | ||
|
||
## 作业提交规则 | ||
|
||
1. 先将本仓库 Fork 到自己 GitHub 账号下。 | ||
2. 将 Fork 后的仓库 Clone 到本地,然后在本地仓库中对应周的目录下新建或修改自己的代码作业,当周的学习总结写在对应周的README.md文件里。 | ||
3. 在本地仓库完成作业后,push 到自己的 GitHub 远程仓库。 | ||
4. 最后将远程仓库中当周的作业链接,按格式贴到班级仓库对应学习周的issue下面。 | ||
5. 提交issue请务必按照规定格式进行提交,否则作业统计工具将抓取不到你的作业提交记录。 | ||
|
||
详细的作业提交流程可以查阅:https://shimo.im/docs/m5rtM8K8rNsjw5jk/ | ||
|
||
|
||
## 注意事项 | ||
|
||
如果对 Git 和 GitHub 不太了解,请参考 [Git 官方文档](https://git-scm.com/book/zh/v2) 或者极客时间的[《玩转 Git 三剑客》](https://time.geekbang.org/course/intro/145)视频课程。 |