Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate clone repository feature to nodegit #3511

Closed
wants to merge 2 commits into from

Conversation

mittalyashu
Copy link
Member

Introduction

Migrate the functionality of clone repository feature to NodeGit.

@mittalyashu mittalyashu added ⚙ Improvement New feature or request Git Git related stuff git commit... 🔥 Priority High Work on this right now! labels Aug 1, 2019
@mittalyashu mittalyashu added this to the 0.0.5 milestone Aug 1, 2019
@mittalyashu mittalyashu self-assigned this Aug 1, 2019
cloneStatus = true;
NodeGit.Clone(remoteUrl, localPath)
.then(repository => {
console.log(repository);
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[ESLint] Warning - Unexpected console statement. (no-console) (link)

posted by Sider

console.log(repository);
})
.catch(error => {
console.log(error);
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[ESLint] Warning - Unexpected console statement. (no-console) (link)

posted by Sider

@mittalyashu mittalyashu mentioned this pull request Oct 11, 2019
13 tasks
@mittalyashu mittalyashu changed the base branch from master to chore/add-nodegit October 15, 2019 17:52
@mittalyashu
Copy link
Member Author

Closing this PR against #3585

@mittalyashu mittalyashu deleted the nodegit/clone-repository branch November 2, 2019 11:43
@mittalyashu mittalyashu modified the milestones: 0.0.5, 0.1.0 Jun 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Git Git related stuff git commit... ⚙ Improvement New feature or request 🔥 Priority High Work on this right now!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant