TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Git/Github workflow for students and projects.

1 点作者 kbojody将近 12 年前
Hi Hacker News!<p>Some fellow students and I are trying to introduce other students to git&#x2F;Github and holding seminars has never really worked to get students excited and to start taking advantage of the tool and service. This year we want to try and work it into the course by having students use git to submit their projects for grading.<p>The problem is; we have yet to come up with a proper work flow to do this. Ideally all this could be accomplished via Github. Our school has Github Enterprise so we have some room to play around. I&#x27;m not sure how much customization we can do, I&#x27;m not really sure what all Github Enterprise provides in that are either.<p>My first work flow was as follows.<p>* Teaching Assistant posted a repo with starting code and the project description&#x2F;assignment<p>* Students fork the repo to a private repository (I have a feeling this is not possible)<p>* Students work on their project individually<p>* When a student is ready to submit their project, they submit a Pull Request back to the Teaching Assistant.<p>I&#x27;m pretty sure there are a few flaws in this, one being that we want to try and keep the students work private. Forking to a private repo may not be possible, and the pull request I&#x27;m sure would not work.<p>I&#x27;m curious if someone has done something similar or has any ideas. I&#x27;m also willing to setup a separate server. My thinking here would be that students could use Github (private repos) to centralize their code and get familiar with github by forking the project and working from there. When it comes to submitting their project for grading they would then push the project to a separate server. I&#x27;m not entirely sure how this would work, but I figure there would be some way to allow for accepting push request and pushing them into different branches via a hook.<p>Thanks!

2 条评论

tubbzor将近 12 年前
Yeah this sort of question is probably better suited for StackOverflow. Also consider there would be a price for private repos hosted on github.<p>At my university we use a in-house linux mail system to submit assignments. It&#x27;s not perfect or necessarily easy for new CS students but it&#x27;s easy for the teachers and all assignments come from the login accounts the school manages which makes it easy to track plagiarism.<p>In classes we are &quot;strongly encouraged&quot; to use some kind of version control (svn or git) for group projects. I think anyone who has worked on a large programming group project with 3+ people through e-mail quickly sees the advantages of git, at least that was the case with me and several partners I&#x27;ve had as an undergrad. Keeping track of each persons code through e-mail becomes ridiculously tedious and annoying instantly and they would quickly be screaming uncle. Just a thought, but it may be better to find a way to let them come to that realization on their own as well.<p>regardless, goodluck with this it&#x27;s an excellent idea for getting students on version control early.
评论 #6033962 未加载
akama将近 12 年前
This is less suited for hacker news, and more suited for stack overflow. You may get a better response if you post it there.
评论 #6033932 未加载