Next: Some Useful References
Up: STAT:7400 (22S:248) Computer Intensive
Previous: Using Git
Some ways for collaborating using Git:
- Set up a remote repository on a hosting service such as
Github. All team
members will clone this repository and use git pull and
git push to share their changes.
- Have one team member maintain a git repository on a web
page. Other team members clone this repository and pull changes from
it. Changes made by others can be contributed to the repository
maintainer as email patches.
- Use shared disk space for the remote repository (physical space
such as a USB drive or a sharing service like
Dropbox.
Luke Tierney
2016-01-22