Okay, let's say I find a bug or introduce a feature in my favorite package. I go ahead and check out a branch, make my changes, push upstream, and lo and behold, it gets accepted.
What's the best way go back to tracking normal development? Removing and adding the package back seemed like it should work, but just left the package the way it was. I did end up going into .julia/METADATA.jl, finding the correct sha1 for my version, and checking that out. Is there a better way?
Kevin