I have my own github repository that I want to fork with a new name because it's the 99% the same code, but will have some small changes for separate functionality.
Details:
eggers/dt-breeze
Is a typescript declaration file for breeze using Q.Promiseeggers/dt-breeze-angular
Is a typescript declaration file that swaps out Q.Promise for ng.IPromise
I didn't see a way to fork my own repository, so I created just created a separate repo, and just pushed the original code with changes to the new repo, but I would prefer to have a fork reference.
I saw this question: Add Github fork to existing repository from two years ago, but was hoping that there was an update.