GIT PUSH THACUR
git init
git add .
git commit -m 'First commit'
git remote add origin <remote repository URL>
git push origin master
Stockholm
git init
git add .
git commit -m 'First commit'
git remote add origin <remote repository URL>
git push origin master
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
git init
git add .
git commit -m "first commit"
git remote add origin https://github.com/your_username/repo_name.git
git push -u origin master
git remote add origin remote repository URL
git remote -v
git push -f origin master