#The following link serve as reference:
https:
#A fork creates a completely independent copy of Git repository and
#its related a Git clone which create linked copy for a repository.
#To create a fork interactively using GitHub CLI:
gh repo fork Username/respository
#Fork the current local respository using GitHub CLI:
gh repo fork
#Cloning the respository using GitHub CLI:
gh repo fork Username/respository --clone=true # This will create a Linked
#between the copy and original (master) respository or use:
gh repo clone Username/respository