<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Philip Damwanza</title>
    <description>The latest articles on DEV Community by Philip Damwanza (@kahenda).</description>
    <link>https://dev.to/kahenda</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3937261%2F3721da6e-5b7b-40d8-b5f0-34d2e401a4d8.png</url>
      <title>DEV Community: Philip Damwanza</title>
      <link>https://dev.to/kahenda</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/kahenda"/>
    <language>en</language>
    <item>
      <title>HOW I MANAGED TO PUSH MY WORK TO MY PUBLIC GITHUB PROFILE FROM MY GITEA PROFILE</title>
      <dc:creator>Philip Damwanza</dc:creator>
      <pubDate>Mon, 18 May 2026 06:38:20 +0000</pubDate>
      <link>https://dev.to/kahenda/how-i-managed-to-push-my-work-to-my-public-github-profile-from-my-gitea-profile-2784</link>
      <guid>https://dev.to/kahenda/how-i-managed-to-push-my-work-to-my-public-github-profile-from-my-gitea-profile-2784</guid>
      <description>&lt;p&gt;Hey Dev community &lt;br&gt;
As a beginnner in the tech world and coding world everything has been kind of confusing but one of the problem i had that now i have already solved is how i can push work to my github profile &lt;br&gt;
So i kind of got a hang of it after doing research on it and now all the projects that i have been doing i can easily link them to my public profile from my private gitea profile&lt;/p&gt;

&lt;p&gt;The first project i pushed to my profile  is called git    kahenda/git &lt;br&gt;
This project consists of exercises designed to master version control, file staging, and branching. It was the perfect sandbox for me to practice navigating the command line without breaking a massive codebase.&lt;/p&gt;

&lt;p&gt;So using a few commmands in my terminal which helped me disconnect my project from the old server  to a new server where my work can be at .&lt;/p&gt;

&lt;p&gt;The exact commmand sequence i used :&lt;/p&gt;

&lt;h1&gt;
  
  
  Remove the old private Gitea connection
&lt;/h1&gt;

&lt;p&gt;git remote remove origin&lt;/p&gt;

&lt;h1&gt;
  
  
  Add the new public GitHub connection
&lt;/h1&gt;

&lt;p&gt;git remote add origin &lt;a href="https://github.com" rel="noopener noreferrer"&gt;https://github.com&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  Push the code up to the main branch
&lt;/h1&gt;

&lt;p&gt;git branch -M main&lt;br&gt;
git push -u origin main&lt;/p&gt;

&lt;p&gt;now you can easily check my live repository here : &lt;a href="https://github.com/kahenda/git" rel="noopener noreferrer"&gt;kahenda/git&lt;/a&gt;&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>firstpost</category>
    </item>
  </channel>
</rss>
