Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.9 KB

File metadata and controls

34 lines (21 loc) · 1.9 KB

Git - Delete Local Repo

This custom step helps you delete a local copy of a Git repository in your filesystem, which you may have cloned earlier from a Git platform (like GitHub, GitLab etc.).

Note that this affects the LOCAL copy of the Git repository, and not the content on the repository hosting service itself.

Please refer this page which explains the motivation behind Custom Steps which surface Git integration functionality.

User Interface

Parameters

Parameters

Git repository details

  1. Select the local repository folder on the filesystem where your Git content is saved.

Output Tables

You can optionally specify a table for the status table output port.

  1. Status Table: This is a simple status table which can be used to note the value of the return code after the GIT_DELETE_REPO function. Return Codes are explained in the Documentation (#4) below.

Documentation

  1. Understanding Git Integration in SAS Studio
  2. Using Git Functions in SAS
  3. Configuration Properties for Git Integration
  4. The GIT_DELETE_REPO Function

Installation & Usage

  1. Refer to the steps listed here.

Change Log

Version : 1.0. (26JAN2023)