echo "# GitHub" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin [email protected]:ManolisTr/GitHub.git
git push -u origin main
git remote add origin [email protected]:ManolisTr/GitHub.git
git branch -M main
git push -u origin main
git clone [email protected]:ManolisTr/GitHub.git
git pull
git add .
git commit -m "descriptive message"
or for one file
git add hello.py
git commit -m "descriptive message"
git push