Skip to content
This repository was archived by the owner on Sep 11, 2020. It is now read-only.

Basic git functionalities needed #197

Closed
magederek opened this issue Dec 30, 2016 · 2 comments
Closed

Basic git functionalities needed #197

magederek opened this issue Dec 30, 2016 · 2 comments

Comments

@magederek
Copy link

Is it possible to implement "git checkout" and "git commit" in the next stage? I'm developing a automating deploying tool using go-git. However, I find that some of the essential git methods are not implemented yet so that I have to use command line instead. And the second thing is that the Clone method does not function as "git clone", and I have to use "git checkout master" to retrieve the files. Would you enhance these aspect of go-git? Thanks.

@mcuadros
Copy link
Contributor

mcuadros commented Dec 30, 2016

git checkout is coming in a near future, I guess that we will be ready at the end of January.

About git commit is also planned but I don't have any date for it sorry.

@smola
Copy link
Collaborator

smola commented Apr 6, 2017

Basic checkout is already implemented. Closing this issue as duplicate of #256

@smola smola closed this as completed Apr 6, 2017
gsalingu-ovhus pushed a commit to gsalingu-ovhus/go-git that referenced this issue Mar 28, 2019
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Projects
None yet
Development

No branches or pull requests

3 participants