Git and Github for Collaboration
Planning Notes
- Compile a repo containing all of the hourly and daily YVR data that people downloaded and explored on Thu
- Merge the data into long timeseries of hourly quantities and daily rainfall; 6 groups doing a different quantity each
- Contribute the timeseries to the repo
Learning Goals
- Set up repository on github
- Link local repository to github repository
- Practice experience conflicts through merges
- Learn about forking, pull requests
- Add cleaned data to class-wide dataset using your forked repository
Plan for session
Git collaborative sections
- Connect your local repo to Github.
- Practise experiencing conflicts when merging branches
- Work in groups with one common repository
- Fork a project and submit a pull request
Back to Topics