<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Git branch develop, commited changes do not show up on github]]></title><description><![CDATA[<p dir="auto">Hi all,<br />
I have to admit that I am an absolute newbie for working with github. However after reading several forums, the online help and trying back and forth I still have not found a solution to my problem and I am really clueless.<br />
I have released a couple of weeks ago my first basic module for MM on <a href="https://github.com/SteffMUC/MMM-RadioDe/tree/develop" target="_blank" rel="noopener noreferrer nofollow ugc">github</a>.<br />
I wanted to further develop the features of the module, but wanted to do it in a separate branch develop.<br />
I create this branch via <code>git branch</code>and <code>git checkout</code>. I checked in my modifications to the develop branch with <code>git commit -a</code>.<br />
A git check status shows:</p>
<pre><code>On branch develop
Untracked files:
  (use "git add ..." to include in what will be committed)

	backup/

nothing added to commit but untracked files present (use "git add" to track)
</code></pre>
<p dir="auto">I did not yet exclude the backup directory in gitignore.<br />
If i call <code>git log</code>I can see:</p>
<pre><code>commit ce4fca6491a4cd8facb44482ce2f17cbd335e7a4
Author: xxx
Date:   Wed Feb 22 20:42:56 2017 +0100

        modified:   CHANGELOG.md
        modified:   MMM-RadioDe.js
        modified:   README.md

commit db495c121e2dd8f38b1e2f67fd0101f918d11190
Author: xxx
Date:   Tue Feb 21 19:07:07 2017 +0100

    - requiresVersion: "2.1.0",
    - option to change playing radio station via notification
    
    - Added documentation for daily operation in [README.md](README.md# Daily operation)
    - Added check for all modules started, before starting radio player
    
    - Known problems: One user reported that player does not start, potentially fixed by starting player only once all modules started
</code></pre>
<p dir="auto">My problem: I cannot see these changes online in the web interface of github, trying to see my changes in github it claims no differences between master and develop branch (identical).</p>
<p dir="auto">I strongly hope that this is an absolute beginners error, nevertheless I am running out of ideas. Could you help me ?<br />
Thanks<br />
Steff</p>
]]></description><link>https://forum.magicmirror.builders/topic/1854/git-branch-develop-commited-changes-do-not-show-up-on-github</link><generator>RSS for Node</generator><lastBuildDate>Thu, 21 May 2026 01:05:23 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/1854.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 22 Feb 2017 20:11:10 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Git branch develop, commited changes do not show up on github on Thu, 23 Feb 2017 22:31:18 GMT]]></title><description><![CDATA[<p dir="auto">I can recomend you 3 things:</p>
<p dir="auto">Check the next documentation</p>
<ul>
<li><a href="http://rogerdudler.github.io/git-guide/" target="_blank" rel="noopener noreferrer nofollow ugc">http://rogerdudler.github.io/git-guide/</a> (simple)</li>
<li><a href="https://backlogtool.com/git-guide/en/stepup/stepup1_1.html" target="_blank" rel="noopener noreferrer nofollow ugc">https://backlogtool.com/git-guide/en/stepup/stepup1_1.html</a> (some details about branches)</li>
<li><a href="http://rogerdudler.github.io/git-guide/" target="_blank" rel="noopener noreferrer nofollow ugc">http://rogerdudler.github.io/git-guide/</a></li>
</ul>
<p dir="auto">Second one, use this interactive tutorial<br />
<a href="https://try.github.io" target="_blank" rel="noopener noreferrer nofollow ugc">https://try.github.io</a></p>
<p dir="auto">The last, you can work better using a zsh+oh-my-zsh. This enable to see where branch you are and status repository into the shell prompt.<br />
<a href="https://github.com/robbyrussell/oh-my-zsh" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/robbyrussell/oh-my-zsh</a></p>
]]></description><link>https://forum.magicmirror.builders/post/15615</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/15615</guid><dc:creator><![CDATA[roramirez]]></dc:creator><pubDate>Thu, 23 Feb 2017 22:31:18 GMT</pubDate></item><item><title><![CDATA[Reply to Git branch develop, commited changes do not show up on github on Thu, 23 Feb 2017 20:22:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jopyth" aria-label="Profile: Jopyth">@<bdi>Jopyth</bdi></a> Thanks so much, you saved my day, I really had forgotten git push, stupid me. Thanks again !!</p>
]]></description><link>https://forum.magicmirror.builders/post/15598</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/15598</guid><dc:creator><![CDATA[Steff]]></dc:creator><pubDate>Thu, 23 Feb 2017 20:22:28 GMT</pubDate></item><item><title><![CDATA[Reply to Git branch develop, commited changes do not show up on github on Fri, 24 Feb 2017 10:27:55 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/steff" aria-label="Profile: Steff">@<bdi>Steff</bdi></a> Seems like you need to push your changes. They are local only unless you use <code>git push</code> to send them to the github server.</p>
]]></description><link>https://forum.magicmirror.builders/post/15464</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/15464</guid><dc:creator><![CDATA[Jopyth]]></dc:creator><pubDate>Fri, 24 Feb 2017 10:27:55 GMT</pubDate></item></channel></rss>