Learn how to version-control your projects and back them up online using GitHub Desktop.
You’ll use this to manage all DM2008 work from Week 7 onward.
Your local DM2008 workspace (from Section 1) will now become a version-controlled folder.
Open GitHub Desktop.
Go to File → Add Local Repository…
Select your main folder:
dm2008-firstname-lastname-ay2526-s1
Click Add Repository.
You’ll now see your folder listed under Current Repository.
<aside> 💡
A “repository” (or repo) is just a folder GitHub tracks for changes.
</aside>