<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Collaboration with Pull Requests on DATATWEETS</title><link>https://datatweets.com/courses/git-and-github/collaboration-with-pull-requests/</link><description>Recent content in Collaboration with Pull Requests 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/collaboration-with-pull-requests/index.xml" rel="self" type="application/rss+xml"/><item><title>Lesson 1 - The Fork-and-Pull-Request Model</title><link>https://datatweets.com/courses/git-and-github/collaboration-with-pull-requests/lesson-1-the-fork-and-pull-request-model/</link><pubDate>Fri, 14 Nov 2025 09:00:00 +0200</pubDate><guid>https://datatweets.com/courses/git-and-github/collaboration-with-pull-requests/lesson-1-the-fork-and-pull-request-model/</guid><description>You usually can&amp;rsquo;t push directly to someone else&amp;rsquo;s repository. The fork-and-pull-request model is the answer: fork it, work on your own copy, and propose your changes back with a pull request. Learn the whole lifecycle.</description></item><item><title>Lesson 2 - Opening a Pull Request</title><link>https://datatweets.com/courses/git-and-github/collaboration-with-pull-requests/lesson-2-opening-a-pull-request/</link><pubDate>Fri, 14 Nov 2025 09:00:00 +0200</pubDate><guid>https://datatweets.com/courses/git-and-github/collaboration-with-pull-requests/lesson-2-opening-a-pull-request/</guid><description>Open your first pull request: fork the project, clone your fork and add upstream, create a feature branch and commit, push to your fork, then open the PR via GitHub&amp;rsquo;s Compare button or gh pr create with a clear title and description.</description></item><item><title>Lesson 3 - Code Review</title><link>https://datatweets.com/courses/git-and-github/collaboration-with-pull-requests/lesson-3-code-review/</link><pubDate>Fri, 14 Nov 2025 09:00:00 +0200</pubDate><guid>https://datatweets.com/courses/git-and-github/collaboration-with-pull-requests/lesson-3-code-review/</guid><description>Code review is the heart of collaboration. Learn how reviewers leave inline comments and suggestions, the Comment / Request changes / Approve verdicts, how authors respond by pushing more commits, and how a PR gets merged.</description></item><item><title>Lesson 4 - Keeping a Fork in Sync</title><link>https://datatweets.com/courses/git-and-github/collaboration-with-pull-requests/lesson-4-keeping-a-fork-in-sync/</link><pubDate>Fri, 14 Nov 2025 09:00:00 +0200</pubDate><guid>https://datatweets.com/courses/git-and-github/collaboration-with-pull-requests/lesson-4-keeping-a-fork-in-sync/</guid><description>Forks drift as the original moves on. Add an upstream remote, fetch and merge its changes into your main, push to your fork, and rebase feature branches onto the latest main for a clean history.</description></item><item><title>Lesson 5 - Guided Project: Contribute a Feature via PR</title><link>https://datatweets.com/courses/git-and-github/collaboration-with-pull-requests/lesson-5-guided-project-contribute-a-feature-via-pr/</link><pubDate>Fri, 14 Nov 2025 09:00:00 +0200</pubDate><guid>https://datatweets.com/courses/git-and-github/collaboration-with-pull-requests/lesson-5-guided-project-contribute-a-feature-via-pr/</guid><description>Put the whole module together on a real, public practice repo: fork git-collaboration-practice, add a feature to the task manager on a branch, push to your fork, open a pull request with a clear description, and respond to review.</description></item></channel></rss>