GitCommands.GitCommands.UpdateRemotes C# (CSharp) Method

UpdateRemotes() public static method

public static UpdateRemotes ( ) : string
return string
        public static string UpdateRemotes()
        {
            return RunCmd(Settings.GitCommand, "remote update");
        }
GitCommands