Is there Any method to unfork a github repository without deleting it
(except Gitbash using following method)
git clone --bare https://github.com/{username}/{repository}
https://github.com/{username}/{repository}/settings
https://github.com/new.
cd {repository}.git and git push --mirror
https://github.com/{username}/{repository}