how to push to git repository from command line first time external code example
Example 1: git check upstream url
git remote show origin
Example 2: gitlab clone branch
git clone --single-branch --branch <branchname> <remote-repo>
git remote show origin
git clone --single-branch --branch <branchname> <remote-repo>