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

Using Git to collaborate on files #40

Open
reenashah opened this issue Oct 5, 2013 · 2 comments
Open

Using Git to collaborate on files #40

reenashah opened this issue Oct 5, 2013 · 2 comments

Comments

@reenashah
Copy link

Is anyone familiar with how to use Git on the command line to collaborate on files and send requests? Anyone using git effectively to collaborate with their teams?

@kqdtran
Copy link
Member

kqdtran commented Oct 5, 2013

NOTE from @aculich : I am going to edit this entry because it duplicates documentation that already exists elsewhere and because as written here it may be a little confusing.

For this homework assignment use the Share Repository model: https://help.github.com/articles/using-pull-requests#shared-repository-model

To set up collaborators in your group you can use these instructions: https://help.github.com/articles/how-do-i-add-a-collaborator

Collaborators on your repository will have the same write-access that you have, so both they and you can write to the same repository.

You'll want to run git pull on your own repository frequently if other members of your group are pushing to github so that you can pull what they push.

@aculich
Copy link
Member

aculich commented Oct 6, 2013

Have you gone through the github tutorial we recommended at the start of the class? You may want to walk through it a few more times to get the hang of it:

http://try.github.io/

Also, if you want a more in-depth tutorial you can try this:

https://www.codeschool.com/courses/git-real

Also, we can spend some time in office hours to help you master the basics and think about the strategies you'd like to use working as a group.

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

No branches or pull requests

3 participants