<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
        <title>Scripting - Tag - MickoD:&gt;</title>
        <link>https://modonovan.codeberg.page/ahugo/tags/scripting/</link>
        <description>Scripting - Tag - MickoD:&gt;</description>
        <generator>Hugo -- gohugo.io</generator><language>en-gb</language><lastBuildDate>Tue, 25 Sep 2018 00:18:53 &#43;0100</lastBuildDate><atom:link href="https://modonovan.codeberg.page/ahugo/tags/scripting/" rel="self" type="application/rss+xml" /><item>
    <title>Github Learnings for a relative newbie like me</title>
    <link>https://modonovan.codeberg.page/ahugo/posts/2018-09-25-git-hub-learnings/</link>
    <pubDate>Tue, 25 Sep 2018 00:18:53 &#43;0100</pubDate>
    <author>xxxx</author>
    <guid>https://modonovan.codeberg.page/ahugo/posts/2018-09-25-git-hub-learnings/</guid>
    <description><![CDATA[<p>After the last number of weeks I have been working away with some projects / repositories on <a href="https://github.com/modonovan" target="_blank" rel="noopener noreffer ">GitHub</a>. As I&rsquo;m currently the only contributor to my repos my usage of the full capabilities of git isn&rsquo;t necessitated and to be frank most of my work with git has simply involved;</p>
<div class="code-block code-line-numbers open" style="counter-reset: code-block 0">
    <div class="code-header language-">
        <span class="code-title"><i class="arrow fas fa-angle-right" aria-hidden="true"></i></span>
        <span class="ellipses"><i class="fas fa-ellipsis-h" aria-hidden="true"></i></span>
        <span class="copy" title="Copy to clipboard"><i class="far fa-copy" aria-hidden="true"></i></span>
    </div><pre tabindex="0"><code>vim some-super-interesting-file.md
:wq
git add some-super-interesting-file.md
git commit -m &#34;some commit message&#34;
git push origin whatever-branch</code></pre></div>
<p>It&rsquo;s pretty simple and straightforward and outside of needing to do the odd <code>git pull</code> in my project directory from time to time because I&rsquo;ve done some updates either directly on github.com or on another machine, it&rsquo;s been pretty flawless.</p>]]></description>
</item>
</channel>
</rss>
