Making a repo of downloaded dub package
    Rene Zwanenburg via Digitalmars-d-learn 
    digitalmars-d-learn at puremagic.com
       
    Tue Sep  5 00:52:03 PDT 2017
    
    
  
On Tuesday, 5 September 2017 at 06:23:26 UTC, Dukc wrote:
> On Monday, 4 September 2017 at 20:31:35 UTC, Igor wrote:
>> Search for word "local" here: 
>> https://code.dlang.org/docs/commandline. Maybe some of those 
>> can help you. If not you could make a pull request for dub 
>> that would support such a thing :)
>
> That will make a Dub package out of a Git package, but I'm 
> trying to do it vice-versa (And so that it is able to use the 
> same histoy as the repository). I think it will require Git 
> commands, but what commands exactly? I was unable to figure 
> that out myself.
When you go to the package's page on code.dlang, look for the 
github repository link in the top right corner. You can fork from 
there.
    
    
More information about the Digitalmars-d-learn
mailing list