<?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 Re: How To Create Git Project from EG 8.3 or SAS Studio in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/How-To-Create-Git-Project-from-EG-8-3-or-SAS-Studio/m-p/900223#M27429</link>
    <description>&lt;P&gt;Thank you for your response. Do you mean it is required to create the project on GitHub first, and then sync the repository to a local repository?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In other words, there is no way to create a Github project from EG / SAS Studio because it is not the way SAS client handle Git project?&lt;/P&gt;</description>
    <pubDate>Thu, 26 Oct 2023 20:32:26 GMT</pubDate>
    <dc:creator>eddieleung305</dc:creator>
    <dc:date>2023-10-26T20:32:26Z</dc:date>
    <item>
      <title>How To Create Git Project from EG 8.3 or SAS Studio</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-To-Create-Git-Project-from-EG-8-3-or-SAS-Studio/m-p/900155#M27424</link>
      <description>&lt;P&gt;Dear experts,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to know if there is any way can create Git projects from SAS EG or SAS Studio.&lt;/P&gt;&lt;P&gt;According to the SAS manuals, they detail the steps to clone the repository to a local repository but the pre-requisite is you have the project created in Git before. May I know does EG and SAS Studio support the creation of a new Git project?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please share your experience if you have anything want to share with us.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;Eddie&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2023 15:05:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-To-Create-Git-Project-from-EG-8-3-or-SAS-Studio/m-p/900155#M27424</guid>
      <dc:creator>eddieleung305</dc:creator>
      <dc:date>2023-10-26T15:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: How To Create Git Project from EG 8.3 or SAS Studio</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-To-Create-Git-Project-from-EG-8-3-or-SAS-Studio/m-p/900185#M27426</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/432383"&gt;@eddieleung305&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There's full GIT integration (i.e. built-in GIT support) in both SAS Enterprise Guide and SAS Studio.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There's definitely a SAS function to create a new Git branch (in an existing Git repository).&lt;/P&gt;
&lt;P&gt;However, I have no knowledge about a SAS function to create a new repo / repository (i.e. the Git project itself as you call it).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/4"&gt;@ChrisHemedinger&lt;/a&gt;&amp;nbsp;can help you out on this specific request.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR,&lt;/P&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2023 18:02:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-To-Create-Git-Project-from-EG-8-3-or-SAS-Studio/m-p/900185#M27426</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2023-10-26T18:02:49Z</dc:date>
    </item>
    <item>
      <title>Re: How To Create Git Project from EG 8.3 or SAS Studio</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-To-Create-Git-Project-from-EG-8-3-or-SAS-Studio/m-p/900201#M27427</link>
      <description>&lt;P&gt;A Git repository needs to be created in the first place and this is not something a single end user would do. It is more of an administration responsibility.&amp;nbsp; You should find out how Git is used in your company. Do they use Github, Azure DevOps or some other software? Seek advice from your Change Management specialists and piggyback on the infrastructure they have already created. That's what we have done.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2023 20:15:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-To-Create-Git-Project-from-EG-8-3-or-SAS-Studio/m-p/900201#M27427</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2023-10-26T20:15:05Z</dc:date>
    </item>
    <item>
      <title>Re: How To Create Git Project from EG 8.3 or SAS Studio</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-To-Create-Git-Project-from-EG-8-3-or-SAS-Studio/m-p/900223#M27429</link>
      <description>&lt;P&gt;Thank you for your response. Do you mean it is required to create the project on GitHub first, and then sync the repository to a local repository?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In other words, there is no way to create a Github project from EG / SAS Studio because it is not the way SAS client handle Git project?&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2023 20:32:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-To-Create-Git-Project-from-EG-8-3-or-SAS-Studio/m-p/900223#M27429</guid>
      <dc:creator>eddieleung305</dc:creator>
      <dc:date>2023-10-26T20:32:26Z</dc:date>
    </item>
    <item>
      <title>Re: How To Create Git Project from EG 8.3 or SAS Studio</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-To-Create-Git-Project-from-EG-8-3-or-SAS-Studio/m-p/900226#M27430</link>
      <description>&lt;P&gt;In SAS Viya, SAS Studio supports Git initialize.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ChrisHemedinger_0-1698353060854.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/89123i02E87C4880F2BDF6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ChrisHemedinger_0-1698353060854.png" alt="ChrisHemedinger_0-1698353060854.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;In SAS programming language, &lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/lefunctionsref/p1mp7ku5yx45uan1w9vbnh9z5lx9.htm" target="_self"&gt;you can use the GIT_INIT_REPO() function&lt;/A&gt; to create a Git repo in a folder.&lt;/P&gt;
&lt;P&gt;I do always recommend having the Git tools available, such as Git Bash or Git GUI or GitHub Desktop (for GitHub). But I also know that not all SAS environments support access to such tools.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2023 20:48:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-To-Create-Git-Project-from-EG-8-3-or-SAS-Studio/m-p/900226#M27430</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2023-10-26T20:48:05Z</dc:date>
    </item>
    <item>
      <title>Re: How To Create Git Project from EG 8.3 or SAS Studio</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-To-Create-Git-Project-from-EG-8-3-or-SAS-Studio/m-p/900240#M27431</link>
      <description>&lt;P&gt;You are using the wrong terminology. There's no such thing as a Git "project". You start by creating a Git repository, then you create branches in the repo for related changes. A branch could contain a minor change, a major change, or a whole sequence of changes which you could describe as a "project". It is more likely that a project would be spread over multiple branches however.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2023 21:49:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-To-Create-Git-Project-from-EG-8-3-or-SAS-Studio/m-p/900240#M27431</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2023-10-26T21:49:41Z</dc:date>
    </item>
  </channel>
</rss>

