You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 11, 2020. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: