File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -65,21 +65,24 @@ book:
6565
6666 # - "-------------"
6767
68- - part : " Dev Tools Setup "
68+ - part : " Notes "
6969 chapters :
70- - prereqs/github .qmd
71- - prereqs/vs-code-text-editor .qmd
72- - href : prereqs/git-client.qmd
73- text : " GitHub Desktop "
70+ - notes/open-source .qmd
71+ - notes/version-control .qmd
72+
73+
7474
7575
7676
7777 # - "-------------"
7878
79- - part : " Notes "
79+ - part : " Dev Tools Setup "
8080 chapters :
81- - notes/open-source.qmd
82- - notes/version-control.qmd
81+ - prereqs/github.qmd
82+ - prereqs/vs-code-text-editor.qmd
83+ - href : prereqs/git-client.qmd
84+ text : " GitHub Desktop"
85+
8386
8487 # - "-------------"
8588 - part : " Exercises"
9598
9699
97100
101+
98102 - " -------------"
99103
100104
Original file line number Diff line number Diff line change @@ -8,12 +8,13 @@ Demystify the version control process and learn how to collaborate on coding pro
88
99## Learning Objectives
1010
11- 1 . Discuss the importance of version control in software and research development projects.
12- 2 . Set up a GitHub repository for version control purposes.
13- 3 . Use GitHub Desktop software to manage the code staging and committing process, and to interface with a remote repository on GitHub.
14- 4 . Employ Git branching strategies to manage different versions of code.
15- 5 . Collaborate with peers by pulling and merging changes from a shared repository.
16- 6 . Troubleshoot common Git errors and conflicts during version control.
11+ 1 . Discuss open source software.
12+ 2 . Discuss the importance of version control in software and research development projects.
13+ 3 . Set up a GitHub repository for version control purposes.
14+ 4 . Use GitHub Desktop software to manage the code staging and committing process, and to interface with a remote repository on GitHub.
15+ 5 . Practice a version controlled development workflow.
16+ 5 . Employ Git branching strategies to manage different versions of code.
17+ 6 . Collaborate with peers by pulling and merging changes from a shared repository.
1718
1819
1920## Additional Resources
You can’t perform that action at this time.
0 commit comments