gitfs
gitfs copied to clipboard
URL Format When Specifying Path & Non-Master Branch
Hello,
I'm trying to use gitfs
to retrieve files from a repository using a path and pointing to a branch that isn't master. What is the correct format for the URL to use with gitfs.New()
? The documentation doesn't give a specify example when using both a path and a branch in the URL. I've tried the format github.com/owner-name/project-name/some/path/to/director@heads/PRO-72
but I just get a 404.