JuliaDynamics / DrWatson.jl

The perfect sidekick to your scientific inquiries

Home Page:https://juliadynamics.github.io/DrWatson.jl/stable/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitReference should be LibGit2.GitReference

NicholasWMRitchie opened this issue · comments

I don't think that LibGit2 exports GitReference.
GitReference is used on line 308 of project_setup.jl.

LibGit2.delete_branch(GitReference(repo, "refs/heads/$default")) should probably be LibGit2.delete_branch(LibGit2.GitReference(repo, "refs/heads/$default"))

ah thats why this doesnt work... can you open a PR?