<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>GitHub and Remotes on DATATWEETS</title><link>https://datatweets.com/courses/git-and-github/github-and-remotes/</link><description>Recent content in GitHub and Remotes 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/github-and-remotes/index.xml" rel="self" type="application/rss+xml"/><item><title>Lesson 1 - What GitHub Is and Creating a Repository</title><link>https://datatweets.com/courses/git-and-github/github-and-remotes/lesson-1-what-github-is-and-creating-a-repository/</link><pubDate>Fri, 14 Nov 2025 09:00:00 +0200</pubDate><guid>https://datatweets.com/courses/git-and-github/github-and-remotes/lesson-1-what-github-is-and-creating-a-repository/</guid><description>GitHub hosts your Git repositories online so you can back them up, share them, and collaborate. Learn how local and remote repos relate, create a repository on GitHub, and choose between HTTPS and SSH for connecting to it.</description></item><item><title>Lesson 2 - Connecting Local to Remote</title><link>https://datatweets.com/courses/git-and-github/github-and-remotes/lesson-2-connecting-local-to-remote/</link><pubDate>Fri, 14 Nov 2025 09:00:00 +0200</pubDate><guid>https://datatweets.com/courses/git-and-github/github-and-remotes/lesson-2-connecting-local-to-remote/</guid><description>Connect a local repo to a remote: register it with git remote add origin, inspect with git remote -v, publish with git push -u origin main, and understand the origin/main remote-tracking branch.</description></item><item><title>Lesson 3 - Syncing with Fetch, Pull, and Push</title><link>https://datatweets.com/courses/git-and-github/github-and-remotes/lesson-3-syncing-fetch-pull-push/</link><pubDate>Fri, 14 Nov 2025 09:00:00 +0200</pubDate><guid>https://datatweets.com/courses/git-and-github/github-and-remotes/lesson-3-syncing-fetch-pull-push/</guid><description>Stay in sync with a remote: clone to copy it, push to share commits, fetch to download changes without merging (and see you&amp;rsquo;re behind), and pull to fetch and merge — plus remote-tracking branches like origin/main.</description></item><item><title>Lesson 4 - Repository Anatomy</title><link>https://datatweets.com/courses/git-and-github/github-and-remotes/lesson-4-repository-anatomy/</link><pubDate>Fri, 14 Nov 2025 09:00:00 +0200</pubDate><guid>https://datatweets.com/courses/git-and-github/github-and-remotes/lesson-4-repository-anatomy/</guid><description>A good repo is more than code. Learn to write a README that explains your project, add a LICENSE so others can legally use it, keep the repo clean with .gitignore, and make it discoverable with a description and topics.</description></item><item><title>Lesson 5 - Guided Project: Publish SkyLog to GitHub</title><link>https://datatweets.com/courses/git-and-github/github-and-remotes/lesson-5-guided-project-publish-skylog-to-github/</link><pubDate>Fri, 14 Nov 2025 09:00:00 +0200</pubDate><guid>https://datatweets.com/courses/git-and-github/github-and-remotes/lesson-5-guided-project-publish-skylog-to-github/</guid><description>Take SkyLog online: create a GitHub repository, connect it with git remote add, publish with git push -u, confirm the files render on GitHub, and push a follow-up change — plus the one-command gh repo create path.</description></item></channel></rss>