Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update good practices sylabus #146

Merged
merged 1 commit into from
Oct 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 12 additions & 9 deletions ds-cr/syllabus.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
Introduction to version control with Git
* Tracking changes: `git add` & `git commit`
* Exploring history, checking out older versions
Introduction to version control with Git
* What is version control and why should I use it?
* Setting up Git locally
* Creating a Git repository
* Tracking changes: git status, git add & git commit
* Exploring history: identify and recover old versions of files
* Ignoring things with .gitignore files
* GitHub remotes
* Remote repositories in GitHub

Collaboration with Git and GitHub
* Creating pull requests
* Review process
* Good practices for collaboration
* Contributing to repositories with forks
Collaboration with Git and Github
* Submitting changes through pull requests in Github
* The peer review process
* Good practices for collaboration: using issues and the git workflow
* Contributing to repositories as external contributor through forks

Code Documentation
* In-code documentation
Expand Down