goop icon indicating copy to clipboard operation
goop copied to clipboard

feat: checkout the repository worktree with go-git

Open lavafroth opened this issue 1 year ago • 0 comments

When running goop in a restricted environment such as a container, the git command might not be installed. Instead of assuming the existence of the command, we use the pure Go implementation to checkout the repository after a clone.

lavafroth avatar Dec 16 '23 13:12 lavafroth