This talk is available online here:
https://papsti.github.io/talks/2023-08-23_intro-to-github.html
git
: version control program
GitHub: an online service that enables you to share, backup, and collaborate on git
repositories
Repository (“repo”): project folder
Option 1: point and click in GitHub Desktop
Option 2: point and click in GitHub Desktop
Option 3: add patterns to the .gitignore
file
Option 3: add patterns to the .gitignore
file
You can see the results of that push here.
git
is great at automatically consolidating sets of changes between versionsIssue
Issue (Action) Item
main
branch of your repository.main
into your working branch, and then open a pull request. Use keywords in your pull request to close issues that have been addressed.