func (p GitSyncProject) Pull(worktree *git.Worktree) (string, error) {

    var buf bytes.Buffer

    err := worktree.Pull(&git.PullOptions{