Ejemplo n.º 1
0
        public ITask Pull(string remote, string branch)
        {
            var task = GitClient.Pull(remote, branch);

            return(HookupHandlers(task, true));
        }