<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>GitHub on Work You Can Explain</title>
		<link>https://workyoucanexplain.com/tags/github/</link>
		<description>Recent content in GitHub on Work You Can Explain</description>
		<generator>Hugo</generator>
		<language>en-US</language>
		
		
		
			<copyright>Copyright © Work You Can Explain</copyright>
		
		
			<lastBuildDate>Fri, 24 Jul 2026 00:00:00 -0500</lastBuildDate>
		
			<atom:link href="https://workyoucanexplain.com/tags/github/index.xml" rel="self" type="application/rss+xml" />
			<item>
				<title>A Project README That Lets Someone Else Succeed</title>
				<link>https://workyoucanexplain.com/posts/a-project-readme-that-lets-someone-else-succeed/</link>
				<pubDate>Fri, 24 Jul 2026 00:00:00 -0500</pubDate>
				<guid>https://workyoucanexplain.com/posts/a-project-readme-that-lets-someone-else-succeed/</guid>
				<description>&lt;p&gt;A README succeeds when another person can understand the project and reproduce&#xA;its expected result without reconstructing your memory. State what the project&#xA;does, what it requires, how to install, run, test, and verify it, and where to&#xA;get help.&lt;/p&gt;&#xA;&lt;h2 id=&#34;write-for-a-defined-reader&#34;&gt;Write for a defined reader&lt;/h2&gt;&#xA;&lt;p&gt;Name the reader and starting state:&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;These instructions are for a CS 101 student with Git and Python 3.13 installed&#xA;who has cloned the repository but has not created the environment.&lt;/p&gt;</description>
			</item>
			<item>
				<title>GitHub Is More Than Online Storage</title>
				<link>https://workyoucanexplain.com/posts/github-is-more-than-online-storage/</link>
				<pubDate>Fri, 24 Jul 2026 00:00:00 -0500</pubDate>
				<guid>https://workyoucanexplain.com/posts/github-is-more-than-online-storage/</guid>
				<description>&lt;p&gt;GitHub can store a remote copy of a Git repository, but its larger role is&#xA;collaboration around that repository. It adds access controls, issues, pull&#xA;requests, review, automation, releases, and project presentation.&lt;/p&gt;&#xA;&lt;h2 id=&#34;separate-git-from-github&#34;&gt;Separate Git from GitHub&lt;/h2&gt;&#xA;&lt;p&gt;Git records repository history locally. GitHub hosts repositories and services&#xA;around them. A remote is a named location used to exchange repository data; it&#xA;is not the only valid copy and does not replace a tested backup.&lt;/p&gt;</description>
			</item>
	</channel>
</rss>
