<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://mojopuzzler.org/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Github_setup_notes</id>
	<title>Github setup notes - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://mojopuzzler.org/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Github_setup_notes"/>
	<link rel="alternate" type="text/html" href="https://mojopuzzler.org/mediawiki/index.php?title=Github_setup_notes&amp;action=history"/>
	<updated>2026-05-05T19:26:18Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.40.1</generator>
	<entry>
		<id>https://mojopuzzler.org/mediawiki/index.php?title=Github_setup_notes&amp;diff=1115&amp;oldid=prev</id>
		<title>Gneale: Created page with &quot;&lt;h1&gt;Initial setup of account on a new machine. Change the first two commands to match your github account info.&lt;/h1&gt; $ git config --global user.name &quot;mp_zero&quot;  $ git config --global user.email mp_zero@mojopuzzler.org  $ git config --global init.defaultBranch main  $ git config --global core.editor &quot;code --wait&quot;  $ git config --global core.editor pull.rebase false  &lt;h1&gt;SSH key setup&lt;/h1&gt; $ ssh-keygen -t rsa -C &quot;mp_zero@mojopuzzler.org&quot;  $ ssh-add ~/.ssh/id_rsa  $ cat ~/.s...&quot;</title>
		<link rel="alternate" type="text/html" href="https://mojopuzzler.org/mediawiki/index.php?title=Github_setup_notes&amp;diff=1115&amp;oldid=prev"/>
		<updated>2023-11-16T18:17:25Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;lt;h1&amp;gt;Initial setup of account on a new machine. Change the first two commands to match your github account info.&amp;lt;/h1&amp;gt; $ git config --global user.name &amp;quot;mp_zero&amp;quot;  $ git config --global user.email mp_zero@mojopuzzler.org  $ git config --global init.defaultBranch main  $ git config --global core.editor &amp;quot;code --wait&amp;quot;  $ git config --global core.editor pull.rebase false  &amp;lt;h1&amp;gt;SSH key setup&amp;lt;/h1&amp;gt; $ ssh-keygen -t rsa -C &amp;quot;mp_zero@mojopuzzler.org&amp;quot;  $ ssh-add ~/.ssh/id_rsa  $ cat ~/.s...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;h1&amp;gt;Initial setup of account on a new machine. Change the first two commands to match your github account info.&amp;lt;/h1&amp;gt;&lt;br /&gt;
$ git config --global user.name &amp;quot;mp_zero&amp;quot;&lt;br /&gt;
&lt;br /&gt;
$ git config --global user.email mp_zero@mojopuzzler.org&lt;br /&gt;
&lt;br /&gt;
$ git config --global init.defaultBranch main&lt;br /&gt;
&lt;br /&gt;
$ git config --global core.editor &amp;quot;code --wait&amp;quot;&lt;br /&gt;
&lt;br /&gt;
$ git config --global core.editor pull.rebase false&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h1&amp;gt;SSH key setup&amp;lt;/h1&amp;gt;&lt;br /&gt;
$ ssh-keygen -t rsa -C &amp;quot;mp_zero@mojopuzzler.org&amp;quot;&lt;br /&gt;
&lt;br /&gt;
$ ssh-add ~/.ssh/id_rsa&lt;br /&gt;
&lt;br /&gt;
$ cat ~/.ssh/id_rsa&lt;br /&gt;
&lt;br /&gt;
Copy and paste to https://github.com/settings/keys(you must be logged into your account)&lt;br /&gt;
&lt;br /&gt;
Click &amp;quot;New SSH Key&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Leave &amp;quot;title&amp;quot; section blank&lt;br /&gt;
&lt;br /&gt;
Paste into &amp;quot;key&amp;quot; section&lt;br /&gt;
&lt;br /&gt;
Click &amp;quot;Add SSH key&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Test by running the following command:&lt;br /&gt;
&lt;br /&gt;
$ ssh -T git@github.com &lt;br /&gt;
&lt;br /&gt;
&amp;lt;h1&amp;gt;Download project to local file system&amp;lt;/h1&amp;gt;&lt;br /&gt;
$ git clone git@github.com:geraldneale/py-chialisp-inner_outer.git&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h1&amp;gt;To push quick fix to Github&amp;lt;/h1&amp;gt;&lt;br /&gt;
$ git add requirements.txt&lt;br /&gt;
 &lt;br /&gt;
$ git commit -m &amp;quot;Quick fix commit&amp;quot;&lt;br /&gt;
&lt;br /&gt;
$ git push&lt;/div&gt;</summary>
		<author><name>Gneale</name></author>
	</entry>
</feed>