Git工作流与一个没有经验的成员 [英] Git work flow with an inexperienced member

查看:111
本文介绍了Git工作流与一个没有经验的成员的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当没有经验的开发者加入团队时,你会如何建议作为工作流程?我一直在为我的项目使用git,现在新的开发人员会加入,但他之前没有使用过任何版本控制。项目驻留在Github,我无法直接与他取得联系。我们都在防火墙之后。



我应该在github上为他创建一个分支并合并它来掌握我的自我吗?或者在每天结束时请求补丁。

解决方案

我没有使用github(我使用它,但只有非常基本的东西)已经看到了分叉这个项目的功能,和请求拉。



我猜他可以分解项目并要求你从他的叉子(而不是他的机器)中拉出来。



假设fork将为他创建一个项目,在那里他可以将他的更改推送到github,然后你可以从他的github项目中拉出来,然后将它推到主要的那个,他从那里拉出来。


What would you suggest as a work flow when there is a inexperienced developer joins the team. I have been using git for my projects and now a new developer will join but he has not used any version control before. Project resides in Github and I have no way of pulling directly with him. We are both behind firewalls.

Should I create a branch for him on github and merge it to master my self or do I ask him for patches at the end of the day.

解决方案

I haven't worked much with github (I do use it, but only the very basic stuff), but I've seen a "fork this project" feature, and a "request pull".

I suppose he can fork the project and request you to pull from his fork (instead of from his machine).

This is assuming that the fork will create a project for him, where he can push his changes to github, then you can pull from his github project, then push it to the main one, where he pulls from.

这篇关于Git工作流与一个没有经验的成员的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆