Hey,
  I was wondering if anyone has experience creating a private fork of a 
Julia repository. I would like to implement some research codes via 
modifying (my own) public repository, keep it private until publication, 
and then merge it into the main repository. I found a StackOverflow 
solution for doing this:

http://stackoverflow.com/questions/10065526/github-how-to-make-a-fork-of-public-repository-private

However, I was wondering if I'd run into any issues with Julia's package 
manager. If I have both versions on my computer, how will Julia know which 
module to import when importing/using? Does anyone know of a good way to 
deal with this?

Reply via email to