Run the following command:
git config --global url.ssh://[email protected]/.insteadof gh:
This will tell Git to expand the gh: URL scheme to ssh://[email protected]. You can then checkout a repo using the shorter syntax:
git clone gh:fredjean/simpler_workflow