PostPull() public static method

public static PostPull ( ) : void
return void
Exemplo n.º 1
0
    void Update()
    {
        if (progressMode)
        {
            Repaint();
        }

        if (doPostPull)
        {
            doPostPull = false;
            GitSystem.PostPull();
        }
    }