You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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.
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:
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?
The text was updated successfully, but these errors were encountered: