<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://kb.jmerari.com/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://kb.jmerari.com/feed.php">
        <title>JM Knowledge Base - git</title>
        <description></description>
        <link>https://kb.jmerari.com/</link>
        <image rdf:resource="https://kb.jmerari.com/_media/wiki/dokuwiki.svg" />
       <dc:date>2026-06-06T14:20:15+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://kb.jmerari.com/git/cloud-repo-sync?rev=1655912779&amp;do=diff"/>
                <rdf:li rdf:resource="https://kb.jmerari.com/git/start?rev=1634608473&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://kb.jmerari.com/_media/wiki/dokuwiki.svg">
        <title>JM Knowledge Base</title>
        <link>https://kb.jmerari.com/</link>
        <url>https://kb.jmerari.com/_media/wiki/dokuwiki.svg</url>
    </image>
    <item rdf:about="https://kb.jmerari.com/git/cloud-repo-sync?rev=1655912779&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-06-22T15:46:19+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>cloud-repo-sync</title>
        <link>https://kb.jmerari.com/git/cloud-repo-sync?rev=1655912779&amp;do=diff</link>
        <description>Sync Git Repo across Cloud Provider

Based on this article. Updated with latest Github requirement of key pair.

On Github Side

	*  Create repo designated as mirror of Bitbucket
	*  Create ssh-ed25519 Keypair for that account, see here
	*  Hold the private and public ready</description>
    </item>
    <item rdf:about="https://kb.jmerari.com/git/start?rev=1634608473&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-10-19T01:54:33+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>start</title>
        <link>https://kb.jmerari.com/git/start?rev=1634608473&amp;do=diff</link>
        <description>Git Cheat Sheet

Merge Unrelated Histories

Usually happens when just create new repo in Bitbucket and auto create .gitignore. It will conflict with our local repo which hasn&#039;t been registered in any external repo.

The error is resolved by toggling the allow-unrelated-histories switch. After a git pull or git merge command, run the following command:</description>
    </item>
</rdf:RDF>
