Releases: UniExeterRSE/intro-version-control
v2.0.0 — December 2023 workshop release
2023-10-23
This release is in preparation for the December 2023 workshop.
Changelog
- Removed more intermediate course contents.
- Updated overview and objectives to reflect updated contents.
- Updated course dates.
v1.3.4 — Post-2023 workshop release
2023-05-11
This release includes a minor correction, released after workshop 3 in Spring 2023.
Changelog
- Added the year to the copyright notice in the Unix cheat sheet on the resources page.
v1.3.3 — Post-2023 workshop release
2023-03-22
This release includes a minor correction, released after workshop 3 in Spring 2023.
Changelog
- Updated episode timings.
v1.3.2 — Post-2023 workshop release
2023-03-21
This release includes a minor correction, released after workshop 3 in Spring 2023.
Changelog
- Corrected the instructions for previewing a Markdown file in VS code.
v1.3.1 — 2023 Workshop 3 release
2023-03-01
This release includes some minor corrections, released for workshop 3 in Spring 2023.
Changelog
-
Correct typos in numbering for the feature branching merging protocol
-
Add image depicting feature branching.
v1.3.0 — 2023 Workshop 3 release
2023-03-01
This release adds course notes content for the third and final workshop in Spring 2023.
Changelog
-
Add section about deleting feature branches
-
Add episode on resolving merge conflicts
-
Add episode on GitHub Issues
-
Make capitalisation of issues and pull requests consistent
-
Add wrap up episode
-
Update Software Carpentry sources
-
Tweak acknowledgements
-
Add episode on remote branches with Git
-
Add episode on managing remote branches with Git
-
Update course schedule / timings for episodes
v1.2.0 — 2023 Workshop 2 release
2023-02-23
This release adds content to the course notes developed for workshop 2 in Spring 2023.
Changelog
-
Add episode on working with local branches.
-
Add episode on remote branches with GitHub.
-
Add episode on collaborating via feature branches.
-
Minor changes to episodes 11 and 12 to improve exposition.
-
Minor change to licence file to cover downloadable material at start of episode 13.
v1.1.1-0 — 2023 Workshop 1 release
2023-02-23
Note: this is the release that should have been made for updates to Workshop 1 content. It mirrors tag v1.1.1, which was placed at the wrong commit.
This release includes some minor changes, released for workshop 1 in Spring 2023.
Changelog
-
Tweak explanation of motivation for changing the default branch name.
-
Hotfix: remove 'under construction' message
-
Hotfix: add resources for learning Git / GitHub
v1.1.1 — 2023 Workshop 1 release
2023-02-15
Note: the tag for this release was placed at the wrong commit. Please see tag v1.1.1-0 for the intended commit on main
for this release.
This release includes some minor changes, released for workshop 1 in Spring 2023.
Changelog
-
Tweak explanation of motivation for changing the default branch name.
-
Hotfix: remove 'under construction' message
-
Hotfix: add resources for learning Git / GitHub
v1.1.0 — 2023 Workshop 1 release
2023-02-15
This release contains the source code for the workshop website, as released for workshop 1 in the Spring term of 2023. The main addition in this release is course notes for workshop 1.
Changelog
-
Add introduction episode
-
Correct link to homepage in navbar
-
Add acknowledgements to Software Carpentry
-
Add content for motivation episode
-
Add content for Git vs GitHub episode
-
Add content for making repositories episode
-
Enable copyright notice on course notes pages
-
Add episode on creating example repo
-
Add material on configuring Git/GitHub
-
Create episode on recording changes
-
Add option for including custom attribution
-
Add episode on Git log and viewing diffs
-
Add further episode on recording changes
(covers pathspecs, incremental staging and 'git rm' and 'git mv') -
Add episode on pushing to / pulling from a remote repository
-
Add episode on undoing changes
-
Add episode on ignoring things in Git
-
Fix hyperlinks