<?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: GIT Version Control Integration with SAS Enterprise Guide 7.13 in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/GIT-Version-Control-Integration-with-SAS-Enterprise-Guide-7-13/m-p/367725#M24068</link>
    <description>&lt;P&gt;EG does&amp;nbsp;not currently directly communicate with cloud-based Git repository services, such as Bitbucket, Github, etc.&amp;nbsp; EG directly works with locally cloned Git repositories, regardless of where they are cloned from (Bitbucket, Github, in-house remote origin, or any other repo).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The &lt;STRONG&gt;User name&lt;/STRONG&gt; and &lt;STRONG&gt;User email&lt;/STRONG&gt; settings in Tools&amp;gt;Options&amp;gt;Program History&amp;gt;Git Settings are passed to Git, so that when you commit changes, others see who made the changes.&lt;/P&gt;</description>
    <pubDate>Fri, 16 Jun 2017 13:53:30 GMT</pubDate>
    <dc:creator>CaseySmith</dc:creator>
    <dc:date>2017-06-16T13:53:30Z</dc:date>
    <item>
      <title>GIT Version Control Integration with SAS Enterprise Guide 7.13</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/GIT-Version-Control-Integration-with-SAS-Enterprise-Guide-7-13/m-p/367519#M24051</link>
      <description>&lt;P&gt;Hello All,&lt;BR /&gt; &lt;BR /&gt;Please can any one provide some info on below&lt;BR /&gt; &lt;BR /&gt;How to setup the SAS Enterprise Guide 7.13 Integration with Bit Bucket Server&lt;BR /&gt; &lt;BR /&gt;Reference to the below sas article I was able to integrate from SAS Enterprise Guide 7.13 to GIT, however I am required to utilize the SAS Enterprise Guide integration to bit bucket server.&lt;BR /&gt; &lt;BR /&gt;I want the version control of the sas code and collaboration among the team members on a project we are working on&lt;BR /&gt; &lt;BR /&gt;&lt;A href="http://support.sas.com/resources/papers/proceedings14/SAS179-2014.pdf" target="_blank"&gt;http://support.sas.com/resources/papers/proceedings14/SAS179-2014.pdf&lt;/A&gt;&lt;BR /&gt; &lt;BR /&gt;I would appreciate if you can provide me some info how to impement this&lt;BR /&gt; &lt;BR /&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2017 21:51:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/GIT-Version-Control-Integration-with-SAS-Enterprise-Guide-7-13/m-p/367519#M24051</guid>
      <dc:creator>sasprofile</dc:creator>
      <dc:date>2017-06-15T21:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: GIT Version Control Integration with SAS Enterprise Guide 7.13</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/GIT-Version-Control-Integration-with-SAS-Enterprise-Guide-7-13/m-p/367530#M24052</link>
      <description>&lt;P&gt;Hi &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/6699"&gt;@sasprofile&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You work with&amp;nbsp;a Bit Bucket (or Github, etc)&amp;nbsp;project the same as you do any other remote Git repository.&amp;nbsp; You will need to clone the repository to your local machine (using external tool), work on (edit, submit, etc)&amp;nbsp;the .sas files out of your locally cloned repository using EG, commit changes to your .sas files in your local repository&amp;nbsp;from within EG (or external tool), then push the commits back to your remote repository when ready to "share with the world" (colleagues).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Casey&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2017 22:14:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/GIT-Version-Control-Integration-with-SAS-Enterprise-Guide-7-13/m-p/367530#M24052</guid>
      <dc:creator>CaseySmith</dc:creator>
      <dc:date>2017-06-15T22:14:03Z</dc:date>
    </item>
    <item>
      <title>Re: GIT Version Control Integration with SAS Enterprise Guide 7.13</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/GIT-Version-Control-Integration-with-SAS-Enterprise-Guide-7-13/m-p/367538#M24053</link>
      <description>&lt;P&gt;Thank you Casey for your prompt reply&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you have any kind of doc or artice to perform these steps you provided&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2017 22:50:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/GIT-Version-Control-Integration-with-SAS-Enterprise-Guide-7-13/m-p/367538#M24053</guid>
      <dc:creator>sasprofile</dc:creator>
      <dc:date>2017-06-15T22:50:45Z</dc:date>
    </item>
    <item>
      <title>Re: GIT Version Control Integration with SAS Enterprise Guide 7.13</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/GIT-Version-Control-Integration-with-SAS-Enterprise-Guide-7-13/m-p/367596#M24055</link>
      <description>&lt;P&gt;I suggest starting with the Bitbucket documentation.&amp;nbsp; For example, here is how you would clone a repository to your local machine:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://confluence.atlassian.com/get-started-with-bitbucket/clone-a-repository-861178563.html" target="_self"&gt;https://confluence.atlassian.com/get-started-with-bitbucket/clone-a-repository-861178563.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;After making changes to your .sas files in the locally cloned repository using&amp;nbsp;EG, here is how you could commit the changes and push them back to Bitbucket:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://confluence.atlassian.com/get-started-with-bitbucket/push-code-to-bitbucket-861185309.html" target="_self"&gt;https://confluence.atlassian.com/get-started-with-bitbucket/push-code-to-bitbucket-861185309.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or you could commit the changes directly from within EG (as documented in the paper you referenced), then push using Git command-line (as demonstrated in previous link), or using a Git GUI, such as Git Extensions, SourceTree, etc.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Again, working with cloud-based Git repositories (such as Bitbucket, Github, etc.) in EG&amp;nbsp;is almost identical to any other remote Git repository.&amp;nbsp; You clone it to the client, work out of your locally cloned repository, commit changes to your locally cloned repository, then push the commits back to your remote origin repository (Bitbucket in this case).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Casey&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jun 2017 03:07:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/GIT-Version-Control-Integration-with-SAS-Enterprise-Guide-7-13/m-p/367596#M24055</guid>
      <dc:creator>CaseySmith</dc:creator>
      <dc:date>2017-06-16T03:07:06Z</dc:date>
    </item>
    <item>
      <title>Re: GIT Version Control Integration with SAS Enterprise Guide 7.13</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/GIT-Version-Control-Integration-with-SAS-Enterprise-Guide-7-13/m-p/367612#M24056</link>
      <description>Hi Casey,

Thank you very much for the detail information you provided.
The steps you provided works the way as you suggested, however am exploring another option of communicating
directly with bit bucket repository from within the SAS Enterprise Guide 7.13. 
 

by the way please can you tell me what is the purpose of the below option in SAS Enterprise Guide 7.13. 
 
Tools&amp;gt;Options&amp;gt;Program History &amp;gt; Git Settings &amp;gt; User name :  and User email:

Thank you</description>
      <pubDate>Fri, 16 Jun 2017 05:53:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/GIT-Version-Control-Integration-with-SAS-Enterprise-Guide-7-13/m-p/367612#M24056</guid>
      <dc:creator>sasprofile</dc:creator>
      <dc:date>2017-06-16T05:53:57Z</dc:date>
    </item>
    <item>
      <title>Re: GIT Version Control Integration with SAS Enterprise Guide 7.13</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/GIT-Version-Control-Integration-with-SAS-Enterprise-Guide-7-13/m-p/367725#M24068</link>
      <description>&lt;P&gt;EG does&amp;nbsp;not currently directly communicate with cloud-based Git repository services, such as Bitbucket, Github, etc.&amp;nbsp; EG directly works with locally cloned Git repositories, regardless of where they are cloned from (Bitbucket, Github, in-house remote origin, or any other repo).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The &lt;STRONG&gt;User name&lt;/STRONG&gt; and &lt;STRONG&gt;User email&lt;/STRONG&gt; settings in Tools&amp;gt;Options&amp;gt;Program History&amp;gt;Git Settings are passed to Git, so that when you commit changes, others see who made the changes.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jun 2017 13:53:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/GIT-Version-Control-Integration-with-SAS-Enterprise-Guide-7-13/m-p/367725#M24068</guid>
      <dc:creator>CaseySmith</dc:creator>
      <dc:date>2017-06-16T13:53:30Z</dc:date>
    </item>
    <item>
      <title>Re: GIT Version Control Integration with SAS Enterprise Guide 7.13</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/GIT-Version-Control-Integration-with-SAS-Enterprise-Guide-7-13/m-p/367873#M24078</link>
      <description>Thank you so much Casey for all your help</description>
      <pubDate>Fri, 16 Jun 2017 19:54:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/GIT-Version-Control-Integration-with-SAS-Enterprise-Guide-7-13/m-p/367873#M24078</guid>
      <dc:creator>sasprofile</dc:creator>
      <dc:date>2017-06-16T19:54:20Z</dc:date>
    </item>
    <item>
      <title>Re: GIT Version Control Integration with SAS Enterprise Guide 7.13</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/GIT-Version-Control-Integration-with-SAS-Enterprise-Guide-7-13/m-p/367878#M24080</link>
      <description>&lt;P&gt;You are welcome!&amp;nbsp; Glad to help.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jun 2017 20:12:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/GIT-Version-Control-Integration-with-SAS-Enterprise-Guide-7-13/m-p/367878#M24080</guid>
      <dc:creator>CaseySmith</dc:creator>
      <dc:date>2017-06-16T20:12:43Z</dc:date>
    </item>
  </channel>
</rss>

