Git Push Origin Master -Force
git push origin --force
Lovely Lemur
git push origin --force
1. git init
2. git add .
3. git status
4. git commit -m 'your message'
5. git remote add origin 'url_of_your_directory.git'
6. git push -u origin master //then login to github
git remote add origin https://github.com/tqisjim/google-oauth.git
git push -u origin master
git: git add . git commit -m "$m" git push -u origin master
echo "# DataAnalysis-Covid19Analysis" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/APEX101/DataAnalysis-Covid19Analysis.git
git push -u origin main
git add .
git commit -m "your message"
git push