Add script to fork a GitLab repository in one's user namespace
This script does the following:
- check if the repo is hosted in the SWH GitLab
- check if the repo is already forked, then forks it
- if requested, adds Jenkins as Developer
- if requested, sets up a
forked
remote to the forked repository
Ref. swh/meta#4951