<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Version Control Foundations on DATATWEETS</title><link>https://datatweets.com/courses/git-and-github/version-control-foundations/</link><description>Recent content in Version Control Foundations on DATATWEETS</description><generator>Hugo</generator><language>en</language><copyright>Copyright (c) 2025 Datatweets</copyright><lastBuildDate>Sun, 28 Jun 2026 09:00:00 +0200</lastBuildDate><atom:link href="https://datatweets.com/courses/git-and-github/version-control-foundations/index.xml" rel="self" type="application/rss+xml"/><item><title>Lesson 1 - What Version Control Is</title><link>https://datatweets.com/courses/git-and-github/version-control-foundations/lesson-1-what-version-control-is/</link><pubDate>Fri, 14 Nov 2025 09:00:00 +0200</pubDate><guid>https://datatweets.com/courses/git-and-github/version-control-foundations/lesson-1-what-version-control-is/</guid><description>Before any commands: what version control actually is, the pain it removes (lost work, messy &amp;lsquo;final_v2&amp;rsquo; files, clumsy collaboration), how Git stores your work as snapshots, and why it&amp;rsquo;s worth learning.</description></item><item><title>Lesson 2 - Installing and Configuring Git</title><link>https://datatweets.com/courses/git-and-github/version-control-foundations/lesson-2-installing-and-configuring-git/</link><pubDate>Fri, 14 Nov 2025 09:00:00 +0200</pubDate><guid>https://datatweets.com/courses/git-and-github/version-control-foundations/lesson-2-installing-and-configuring-git/</guid><description>Get Git running and configured. Install it on any OS, verify with git &amp;ndash;version, set your name and email with git config &amp;ndash;global, choose sensible defaults like the main branch, and view your configuration.</description></item><item><title>Lesson 3 - Your First Repository</title><link>https://datatweets.com/courses/git-and-github/version-control-foundations/lesson-3-your-first-repository/</link><pubDate>Fri, 14 Nov 2025 09:00:00 +0200</pubDate><guid>https://datatweets.com/courses/git-and-github/version-control-foundations/lesson-3-your-first-repository/</guid><description>Start a repository with git init, see what the .git folder holds, and learn the core mental model — working directory, staging area, and repository — then read git status on a fresh repo.</description></item><item><title>Lesson 4 - Tracking Changes</title><link>https://datatweets.com/courses/git-and-github/version-control-foundations/lesson-4-tracking-changes/</link><pubDate>Fri, 14 Nov 2025 09:00:00 +0200</pubDate><guid>https://datatweets.com/courses/git-and-github/version-control-foundations/lesson-4-tracking-changes/</guid><description>The core Git workflow you&amp;rsquo;ll use constantly: read git status, stage changes with git add, save a snapshot with git commit and a clear message, and inspect what changed with git diff.</description></item><item><title>Lesson 5 - Guided Project: Version-Control SkyLog</title><link>https://datatweets.com/courses/git-and-github/version-control-foundations/lesson-5-guided-project-skylog-version-control/</link><pubDate>Fri, 14 Nov 2025 09:00:00 +0200</pubDate><guid>https://datatweets.com/courses/git-and-github/version-control-foundations/lesson-5-guided-project-skylog-version-control/</guid><description>Apply the whole module: create the SkyLog project, run git init, and build a tidy three-commit history with status, add, commit, and log — the repository you&amp;rsquo;ll grow across the course.</description></item></channel></rss>