<ShubhamAgrawal[7>
How do I make a fork from your fork for ann-vtable as I have already made fork of original repo.
<zoq[m]1>
You don't need github for that, you could just clone my mlpack fork e.g. using `git clone https://github.com/zoq/mlpack.git`.
<zoq[m]1>
That will clone the `vtable` branch as well and you can just do the things are you would normally do.
<ShubhamAgrawal[7>
zoq[m]1: But I can't push directly there
<zoq[m]1>
s/are//
<zoq[m]1>
Yeah, you would have to create another branch, which is based on the `vtable` branch and then you can open a PR with the changes.
<zoq[m]1>
Like if you create a new branch based on my fork do some changes and push it, and go to https://github.com/zoq/mlpack github will ask you if you want to open a PR with the changes.
<zoq[m]1>
You could also create a new repo and select import from repository.
<zoq[m]1>
That will avoid the whole is already existing thing, because of the repo name.
<ShubhamAgrawal[7>
<zoq[m]1> "That will avoid the whole is..." <- That worked