<?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 how do I make Git Hooks work  in SAS Studio in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/how-do-I-make-Git-Hooks-work-in-SAS-Studio/m-p/828182#M10494</link>
    <description>&lt;P&gt;Currently I have a pre-commit git hook that works if I use the CLI to commit to my git repo. Is there a way to make it work in SAS Studio?&lt;/P&gt;</description>
    <pubDate>Wed, 10 Aug 2022 22:20:55 GMT</pubDate>
    <dc:creator>cm2020</dc:creator>
    <dc:date>2022-08-10T22:20:55Z</dc:date>
    <item>
      <title>how do I make Git Hooks work  in SAS Studio</title>
      <link>https://communities.sas.com/t5/SAS-Studio/how-do-I-make-Git-Hooks-work-in-SAS-Studio/m-p/828182#M10494</link>
      <description>&lt;P&gt;Currently I have a pre-commit git hook that works if I use the CLI to commit to my git repo. Is there a way to make it work in SAS Studio?&lt;/P&gt;</description>
      <pubDate>Wed, 10 Aug 2022 22:20:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/how-do-I-make-Git-Hooks-work-in-SAS-Studio/m-p/828182#M10494</guid>
      <dc:creator>cm2020</dc:creator>
      <dc:date>2022-08-10T22:20:55Z</dc:date>
    </item>
    <item>
      <title>Re: how do I make Git Hooks work  in SAS Studio</title>
      <link>https://communities.sas.com/t5/SAS-Studio/how-do-I-make-Git-Hooks-work-in-SAS-Studio/m-p/828209#M10495</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/351112"&gt;@cm2020&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Currently I have a pre-commit git hook that works if I use the CLI to commit to my git repo. Is there a way to make it work in SAS Studio?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;If your SAS installation allows you to run operating system commands there shouldn't be any reason why you shouldn't be able to run the command line from the SAS code you submit to run even if you are using SAS/Studio to submit.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data _null_;
  infile "what ever command you use to commit" pipe;
  input;
  put _infile_;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 11 Aug 2022 04:36:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/how-do-I-make-Git-Hooks-work-in-SAS-Studio/m-p/828209#M10495</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2022-08-11T04:36:00Z</dc:date>
    </item>
    <item>
      <title>Re: how do I make Git Hooks work  in SAS Studio</title>
      <link>https://communities.sas.com/t5/SAS-Studio/how-do-I-make-Git-Hooks-work-in-SAS-Studio/m-p/828627#M10498</link>
      <description>&lt;P&gt;Have you looked at the &lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/lefunctionsref/n1mlc3f9w9zh9fn13qswiq6hrta0.htm#p0evl64wd2dljrn1l43t739qtwba" target="_blank" rel="noopener"&gt;GIT functions&lt;/A&gt; in SAS? Whether these are available to you will depend on your SAS maintenance level.&lt;/P&gt;</description>
      <pubDate>Sun, 14 Aug 2022 20:34:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/how-do-I-make-Git-Hooks-work-in-SAS-Studio/m-p/828627#M10498</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2022-08-14T20:34:21Z</dc:date>
    </item>
  </channel>
</rss>

