<?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 use git in SAS Studio 9.4 with a version previous to M6 in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-use-git-in-SAS-Studio-9-4-with-a-version-previous-to-M6/m-p/681674#M206210</link>
    <description>Finally an answer was :&lt;BR /&gt;&lt;BR /&gt;1) to create a new clean remote initiated with a Readme (important point).&lt;BR /&gt;&lt;BR /&gt;2) clone this new repository in SAS Studio.&lt;BR /&gt;&lt;BR /&gt;3) copy all the files needed to this repos, commit then push.</description>
    <pubDate>Fri, 04 Sep 2020 16:00:11 GMT</pubDate>
    <dc:creator>cbo</dc:creator>
    <dc:date>2020-09-04T16:00:11Z</dc:date>
    <item>
      <title>How to use git in SAS Studio 9.4 with a version previous to M6</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-use-git-in-SAS-Studio-9-4-with-a-version-previous-to-M6/m-p/681384#M206087</link>
      <description>&lt;P&gt;Hi !&lt;BR /&gt;&lt;BR /&gt;I am having a hard time helping&amp;nbsp; someone use git from SAS Studio 9.4 . For the context I am a beginner using SAS 9.4 and I have used git from the command line and other graphic tools.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The symptoms are :&lt;/P&gt;&lt;P&gt;* getting back on a versionned projet the operation "push" (or "send") is not possible with no explanation logs.&lt;/P&gt;&lt;P&gt;* the "commit" (or "validate") operation was done correctly and is versionned in the history&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What we tried (me from a dummy project and the client from his project) :&lt;/P&gt;&lt;P&gt;* use command line from SAS Studio --&amp;gt; KO with the following codes&lt;/P&gt;&lt;P&gt;```&lt;/P&gt;&lt;P&gt;data _null_;&lt;BR /&gt;n = git_status("/user/CMB/gs120/test_git");&lt;BR /&gt;put n=;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;X git --version ;&lt;/P&gt;&lt;P&gt;CALL SYSTEM ('git --version');&lt;BR /&gt;%SYSEXEC ls&lt;/P&gt;&lt;P&gt;data _null_;&lt;BR /&gt;call system ('ls');&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;```&lt;/P&gt;&lt;P&gt;* Use the equivalent a `git status` --&amp;gt; KO since I suppose we do note have SAS 6th update (9.4 M6)&lt;BR /&gt;```&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;data _null_;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;n = git_status("Your-Repository");&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;put n=;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;run;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;```&lt;/P&gt;&lt;P&gt;* try to set up a new clean remote and push our changes there --&amp;gt; for now KO for a copy all files to the empty cloned folder&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Conclusion : it appears we can't find clue of what is happening in the local repository. So a solution could be to copy every file manually to a new clean repository... or are we missing something ?&lt;BR /&gt;Moreover, it seems we can't edit other files than .sas files. Does someone have a way to edit README, .gitlab-ci, etc... files in SAS Studio please ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance for any help !&lt;/P&gt;</description>
      <pubDate>Thu, 03 Sep 2020 15:23:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-use-git-in-SAS-Studio-9-4-with-a-version-previous-to-M6/m-p/681384#M206087</guid>
      <dc:creator>cbo</dc:creator>
      <dc:date>2020-09-03T15:23:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to use git in SAS Studio 9.4 with a version previous to M6</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-use-git-in-SAS-Studio-9-4-with-a-version-previous-to-M6/m-p/681674#M206210</link>
      <description>Finally an answer was :&lt;BR /&gt;&lt;BR /&gt;1) to create a new clean remote initiated with a Readme (important point).&lt;BR /&gt;&lt;BR /&gt;2) clone this new repository in SAS Studio.&lt;BR /&gt;&lt;BR /&gt;3) copy all the files needed to this repos, commit then push.</description>
      <pubDate>Fri, 04 Sep 2020 16:00:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-use-git-in-SAS-Studio-9-4-with-a-version-previous-to-M6/m-p/681674#M206210</guid>
      <dc:creator>cbo</dc:creator>
      <dc:date>2020-09-04T16:00:11Z</dc:date>
    </item>
  </channel>
</rss>

