https://github.com/pacificcommunity/ofp-sam-git-workshop
Git/GitHub workshop
https://github.com/pacificcommunity/ofp-sam-git-workshop
ofp sam workshop
Last synced: 10 months ago
JSON representation
Git/GitHub workshop
- Host: GitHub
- URL: https://github.com/pacificcommunity/ofp-sam-git-workshop
- Owner: PacificCommunity
- Created: 2022-04-05T05:10:19.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-14T05:11:03.000Z (over 1 year ago)
- Last Synced: 2025-02-14T06:24:18.983Z (over 1 year ago)
- Topics: ofp, sam, workshop
- Language: TeX
- Homepage:
- Size: 4.73 MB
- Stars: 5
- Watchers: 6
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Git/GitHub Workshop
*Wednesday 13 April 2022, 13:00-17:00*
*SPC Noumea Library Room*
Instructor: [Arni Magnusson](https://github.com/arni-magnusson)
**Slides**
- [Introduction to Git and GitHub](slides/01_intro/01_intro.pdf)
- [Git Commands and User Interface](slides/02_git/02_git.pdf)
- [Discussion Points](slides/03_discussion/03_discussion.pdf)
**Examples**
List of [example repositories](examples.md)
**Topics**
1. Main benefits of using Git/GitHub: track changes, backups, collaboration,
dissemination
2. Git concepts: repositories, commits, tags, branches, gitignore
3. GitHub features: releases, assets, forks, pull requests, issues, browse,
access control, authentication
4. Git commands: clone, status, diff, add, commit, push, pull, log, tag, rm,
checkout, clean, reset
5. Git user interfaces: command line, RStudio, web browser, other
6. Good habits: commit early and often, keep commits small, keep a light repo,
pull before making changes
7. Techniques to manage multi-contributor collaboration in a single repository
8. When to manage workflows in separate folders vs. repos vs. forks vs.
branches, main git folder
9. Git workflows for SPC projects, comparison with other online storage
solutions