<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>hogehoge666</author_name>
  <author_url>https://blog.hatena.ne.jp/hogehoge666/</author_url>
  <blog_title>プログラミング初心者がアーキテクトっぽく語る</blog_title>
  <blog_url>https://architecting.hateblo.jp/</blog_url>
  <categories>
    <anon>Git</anon>
  </categories>
  <description>方法1. GitHub上のコードを使う場合 GitHub上のレポジトリにコードがあることが前提。 手順1. プロジェクト用のフォルダを作成し、Git管理対象にする。 mkdir &lt;dirname&gt; cd &lt;dirname&gt; git init 手順2. GitHub上のレポジトリをRemote Repository &quot;origin&quot;として登録する。 git remote add origin https://github.com/&lt;user-id&gt;/&lt;repo-name&gt;.git 手順3. originからコードをPullする。 git pull origin main 方法2. ローカルにある…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Farchitecting.hateblo.jp%2Fentry%2F2020%2F02%2F10%2F133911&quot; title=&quot;GitのRemote Repository連携開始手順（ミニマル） - プログラミング初心者がアーキテクトっぽく語る&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2020-02-10 13:39:11</published>
  <title>GitのRemote Repository連携開始手順（ミニマル）</title>
  <type>rich</type>
  <url>https://architecting.hateblo.jp/entry/2020/02/10/133911</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
