Search Results for

    Show / Hide Table of Contents

    Class GitEditorMenu

    Creates a menu entry in the top menu of Unity

    Inheritance
    Object
    GitEditorMenu
    Namespace: i5.Toolkit.Core.VersionTool
    Assembly: cs.temp.dll.dll
    Syntax
    public static class GitEditorMenu

    Methods

    TestBranch()

    Gets the name of the currently checked out git branch

    Declaration
    public static void TestBranch()

    TestTotalCommits()

    Gets the total number of commits on the branch

    Declaration
    public static void TestTotalCommits()

    TestVersion()

    Outputs the version based on the Git tag information

    Declaration
    public static void TestVersion()
    In This Article
    Back to top i5 Toolkit Documentation