Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

 

Step-by-step guide

  1. Click on the Kuali Financial System link then the dbscripts link

     

  2. Click on the Clone link under the ACTIONS heading on the left side of the page this will display a dialog box with a “Clone In SourceTree” option.

  3. Click on the Clone In SourceTree button it will let you specify where your local repository will be located. When you decide click Clone.
     

    1. This will clone the repository and open SourceTree on your workstation.

  4. Click on the Branch icon on the menu bar


    1. In the New Branch area enter the name of your branch (please include your net-id in the name) and click Create Branch.  The branch name will appear under the Branches heading on the left.
    2. Double click on the branch name.  This is now your working branch you will create all your scripts here.  Please note that the branch will not be noticeable in the directory structure, Git keeps track where you are working and keeps your branch isolated from the master repository.

It is critical that you save the script in the correct directory.  You should save scripts to run in the KFS schema in the kfs-scripts directory and likewise scripts for the Rice(KR) schema in the kr-scripts directory.  After testing commit your scripts to Git repository as follows:

 

  • No labels