Checkout #12
Loading…
Reference in New Issue
No description provided.
Delete Branch "checkout"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I wanted basic checkout possibilities. Ultimately my usecase is to check bare repositories out into a temporary directory, so I also wrapped git_repository_set_workdir.
This is very quick-and-dirty for now, many checkout-options are not implemented yet (because I want the checkout-opts to be a go-struct with go-types which needs this ugly conversion-function and I didn't want to waste the energy in thinking of the more complicateyd stuff until I'm sure the general direction gets accepted).
Feel free to comment.
I don't want to be rude or impatient, but what is the reason, that there has been no comments yet? Are you just generally too busy to work on git2go or is there some problem I'm not aware of?
I'm so sorry! Somehow this didn't get on my inbox. The PR looks great, thank you so much for the effort!