terminal pull and push gitlab code example
Example 1: gitlab clone branch
git clone --single-branch --branch <branchname> <remote-repo>
Example 2: gitlab push existing project commandlie
git config --global user.name "Roka Paudel,Sarmila S."
git clone --single-branch --branch <branchname> <remote-repo>
git config --global user.name "Roka Paudel,Sarmila S."