how to push an existing repository from command line devops code example
Example 1: git push existing code to new repository
git remote add origin <remote repository URL>
Example 2: gitlab push existing project commandlie
git config --global user.name "Roka Paudel,Sarmila S."