<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>git on Offshore wind turbine technology</title>
    <link>http://folk.ntnu.no/muskulus/tags/git/</link>
    <description>Recent content in git on Offshore wind turbine technology</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Wed, 20 May 2020 20:09:33 +0200</lastBuildDate><atom:link href="http://folk.ntnu.no/muskulus/tags/git/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Git Subtrees</title>
      <link>http://folk.ntnu.no/muskulus/blog/drafts/git-subtrees/</link>
      <pubDate>Wed, 20 May 2020 20:09:33 +0200</pubDate>
      
      <guid>http://folk.ntnu.no/muskulus/blog/drafts/git-subtrees/</guid>
      <description>Git subtrees Simple use of a library Let us create a Git repository.
~/tmp $ mkdir mainrepo ~/tmp $ cd mainrepo ~/tmp/mainrepo $ git init Initialized empty Git repository in /home/rat/tmp/mainrepo/.git/  Add some files and commits.
~/tmp/mainrepo $ touch feature1 ~/tmp/mainrepo $ git add *; git commit -m &amp;quot;Add feature1&amp;quot; ~/tmp/mainrepo (master) $ touch feature2 ~/tmp/mainrepo (master) $ git add *; git commit -m &amp;quot;Add feature2&amp;quot;  The log shows</description>
    </item>
    
  </channel>
</rss>
