fork and clone github code example
Example: fork on github code
$ git remote -v
> origin https://hostname/YOUR_USERNAME/YOUR_FORK.git (fetch)
> origin https://hostname/YOUR_USERNAME/YOUR_FORK.git (push)
$ git remote -v
> origin https://hostname/YOUR_USERNAME/YOUR_FORK.git (fetch)
> origin https://hostname/YOUR_USERNAME/YOUR_FORK.git (push)