Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Quick fork link for a GitHub repository

Tags:

github

Well i'm searching around for this, but I can't find the answer anywhere yet.

Is it possible to make a link (in markdown) that redirects to the fork popup?

like image 807
nberlijn Avatar asked Sep 08 '15 13:09

nberlijn


1 Answers

I'm not sure if this is exactly what your looking for but in markdown you could do this:

[Fork this on github](https://github.com/user_name_here/repo_name_here/fork)

like image 164
Deftwun Avatar answered Sep 29 '22 18:09

Deftwun