DXVcs2Git.GitWrapper.Fetch C# (CSharp) Метод

Fetch() публичный Метод

public Fetch ( string remote = "", bool updateTags = false ) : void
remote string
updateTags bool
Результат void
        public void Fetch(string remote = "", bool updateTags = false)
        {
            gitCmd.Fetch(remote, localPath, updateTags);
        }