0
Q:

git push existing code to new repository

cd existing_folder
git init
git remote add origin https://gitlab.com/abc.git
git add .
git commit -m "Initial commit"
git push -u origin master
8
git add .
git commit -m "message for the commit"
git remote add origin https://url-of-github-repo
git push origin master
7
git remote add origin <remote repository URL>
3

New to Communities?

Join the community