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

wrappers for push/pull git functions? #146

Closed
pbiecek opened this issue Nov 28, 2015 · 5 comments
Closed

wrappers for push/pull git functions? #146

pbiecek opened this issue Nov 28, 2015 · 5 comments
Assignees

Comments

@pbiecek
Copy link
Owner

pbiecek commented Nov 28, 2015

Do we have wrappers along push/pull for git?

@pbiecek pbiecek changed the title wrappers along push/pull git functions? wrappers for push/pull git functions? Nov 28, 2015
@MarcinKosinski
Copy link
Collaborator

We have cloneRepo with cloneGithubRepo. And for created repo on github we can archive artifact and push it automatically with archive. Are you asking about functionality that will push repository in which artifact's weren't stored with archive function??

@pbiecek
Copy link
Owner Author

pbiecek commented Nov 29, 2015

I can imagine situation in which one would like to pull repository (if working with collaborators). Also currently I do not see pull before commit.

@MarcinKosinski
Copy link
Collaborator

This is one-user integration so far:
#110 (comment)

2015-11-29 20:26 GMT+01:00 Przemysław Biecek notifications@github.com:

I can imagine situation in which one would like to pull repository (if
working with collaborators). Also currently I do not see pull before commit.


Reply to this email directly or view it on GitHub
#146 (comment).

@MarcinKosinski
Copy link
Collaborator

Status:

We don''t have pullRepo function yet.

@MarcinKosinski MarcinKosinski self-assigned this Jan 30, 2016
MarcinKosinski added a commit that referenced this issue Jan 31, 2016
@MarcinKosinski
Copy link
Collaborator

I've added pullRepo and pushRepo which both have additional parameter ... enabling passing more sophisticated options to git2r::pull and git2r::push when more complex conflicts occure. There is also a Note in manual page of ?pullRepo/pushRepo about checking the status of repository with git2r::status(repository(repoDir))

MarcinKosinski added a commit that referenced this issue Jan 31, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants