Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

与课程仓库同步 #69

Closed
whimsycwd opened this issue Sep 28, 2014 · 2 comments
Closed

与课程仓库同步 #69

whimsycwd opened this issue Sep 28, 2014 · 2 comments

Comments

@whimsycwd
Copy link
Collaborator

  1. 添加课程仓库 git remote add ds-sww https://github.com/ds-sww/codebase.git
  2. 拉到本地 git pull ds-sww master
  3. cheers

请同学们更新一下,助教更新了.gitignore 文件

@jackyyf
Copy link
Contributor

jackyyf commented Sep 29, 2014

没有必要同步啊……真心……

你看我现在是怎么处理的……其他人的代码没有必要每次和自己的repo合并啊

@whimsycwd
Copy link
Collaborator Author

你有时间的话 针对我们的使用 总结一些Git的用法,Wiki + 课上你来分享的形式~ 先谢~

我提几个要解决的问题

  1. 大家应该在自己分支上开发,否则一个pull request里面包含各个assingment的代码是很蛋疼。都不知道看哪里。
  2. 大家应该只add 被关注的代码。 TA的代码不应该被提交,或者应该很容易看出修改了什么。 为此,必须把TA的代码复制过去(复制到本地的master)先提交一次pull request,这个时候交上来先Merge一次。之后在自己分支上开发完,再Merge到master,最后提交。提交的代码才能看出同学们改的地方。

诶~事先没搞清楚。。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants