diff --git a/year4/semester1/CT417: Software Engineering III/slides/WK01-1_ModuleOverview.pdf b/year4/semester1/CT417: Software Engineering III/slides/WK01-1_ModuleOverview.pdf new file mode 100644 index 00000000..662d958f Binary files /dev/null and b/year4/semester1/CT417: Software Engineering III/slides/WK01-1_ModuleOverview.pdf differ diff --git a/year4/semester1/CT417: Software Engineering III/slides/WK01-2_SWRevision.pdf b/year4/semester1/CT417: Software Engineering III/slides/WK01-2_SWRevision.pdf new file mode 100644 index 00000000..f08469ed Binary files /dev/null and b/year4/semester1/CT417: Software Engineering III/slides/WK01-2_SWRevision.pdf differ diff --git a/year4/semester1/CT417: Software Engineering III/slides/WK01-3_AgileDevOps.pdf b/year4/semester1/CT417: Software Engineering III/slides/WK01-3_AgileDevOps.pdf new file mode 100644 index 00000000..ba9d41dd Binary files /dev/null and b/year4/semester1/CT417: Software Engineering III/slides/WK01-3_AgileDevOps.pdf differ diff --git a/year4/semester1/CT417: Software Engineering III/slides/WK01-4_GitVersionCtrl.pdf b/year4/semester1/CT417: Software Engineering III/slides/WK01-4_GitVersionCtrl.pdf new file mode 100644 index 00000000..e165032b Binary files /dev/null and b/year4/semester1/CT417: Software Engineering III/slides/WK01-4_GitVersionCtrl.pdf differ diff --git a/year4/semester1/CT417: Software Engineering III/slides/WK01-5_WorkingGitHub.html b/year4/semester1/CT417: Software Engineering III/slides/WK01-5_WorkingGitHub.html new file mode 100644 index 00000000..76318336 --- /dev/null +++ b/year4/semester1/CT417: Software Engineering III/slides/WK01-5_WorkingGitHub.html @@ -0,0 +1,688 @@ +Working with Git & GitHub
👩🏽‍💻

Working with Git & GitHub

Introduction to Git and GitHub


Step 2: Signing Up for GitHub Student Pack


Step 3: Setting Up Git


Step 4: Initialise a Local Repository


Step 5: Creating a GitHub Repository


Step 6: Cloning a GitHub Repository


Step 7: Basic Git Commands


Step 8: Branching in Git


Step 9: Merging Branches


Step 10: Collaboration with Pull Requests


Further Reading and Resources

Git - Documentation
The official and comprehensive man pages that are included in the Git package itself.
https://git-scm.com/doc
GitHub.com Help Documentation
Get started, troubleshoot, and make the most of GitHub. Documentation for new users, developers, administrators, and all of GitHub's products.
https://guides.github.com/
Git Tutorials and Training | Atlassian Git Tutorial
Learn the basics of Git through this comprehensive Git training. Branching, pull requests, merging and more are covered in the Atlassian Git tutorial.
https://www.atlassian.com/git/tutorials

+

\ No newline at end of file