<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic github to adb workspace linkage in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/github-to-adb-workspace-linkage/m-p/9531#M4870</link>
    <description>&lt;P&gt;i have a workspace in my adb and in that workspace i have folder contains lots of notebook , for backup purpoe i&amp;nbsp;want to copy all the notebook in my github repo, how can i do that in one shot ?&lt;/P&gt;</description>
    <pubDate>Sat, 11 Feb 2023 17:15:33 GMT</pubDate>
    <dc:creator>suman_gypsy</dc:creator>
    <dc:date>2023-02-11T17:15:33Z</dc:date>
    <item>
      <title>github to adb workspace linkage</title>
      <link>https://community.databricks.com/t5/data-engineering/github-to-adb-workspace-linkage/m-p/9531#M4870</link>
      <description>&lt;P&gt;i have a workspace in my adb and in that workspace i have folder contains lots of notebook , for backup purpoe i&amp;nbsp;want to copy all the notebook in my github repo, how can i do that in one shot ?&lt;/P&gt;</description>
      <pubDate>Sat, 11 Feb 2023 17:15:33 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/github-to-adb-workspace-linkage/m-p/9531#M4870</guid>
      <dc:creator>suman_gypsy</dc:creator>
      <dc:date>2023-02-11T17:15:33Z</dc:date>
    </item>
    <item>
      <title>Re: github to adb workspace linkage</title>
      <link>https://community.databricks.com/t5/data-engineering/github-to-adb-workspace-linkage/m-p/9532#M4871</link>
      <description>&lt;P&gt;@suman mukherjee​&amp;nbsp;:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a new repository on GitHub where you want to store your notebooks. Then use the below commands in the terminal after you install git.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;git init
git add . -&amp;gt; this is to Add all the notebooks in your workspace to the Git repository
git commit -m "Initial commit" -&amp;gt; commit the changes
git remote add origin &amp;lt;repository URL&amp;gt; 
git push -u origin master -&amp;gt; This command pushes the changes to the master branch of the remote repository.
&amp;nbsp;
&amp;nbsp;
&amp;nbsp;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2023 06:56:04 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/github-to-adb-workspace-linkage/m-p/9532#M4871</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-03-08T06:56:04Z</dc:date>
    </item>
    <item>
      <title>Re: github to adb workspace linkage</title>
      <link>https://community.databricks.com/t5/data-engineering/github-to-adb-workspace-linkage/m-p/9533#M4872</link>
      <description>&lt;P&gt;Hi @suman mukherjee​&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your question! To assist you better, please take a moment to review the answer and let me know if it best fits your needs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help us select the best solution by clicking on "Select As Best" if it does.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your feedback will help us ensure that we are providing the best possible service to you. Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 09 Apr 2023 06:57:20 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/github-to-adb-workspace-linkage/m-p/9533#M4872</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-04-09T06:57:20Z</dc:date>
    </item>
  </channel>
</rss>

