s1 python enginnering college of vadakara
semester 1 codes
pushing files
echo "# S1_python" >> README.md git init git add README.md git commit -m "first commit" git branch -M main git remote add origin https://github.com/DONSUTHAN/S1_python.git git push -u origin main
next line.....................
…or push an existing repository from the command line
git remote add origin https://github.com/DONSUTHAN/S1_python.git git branch -M main git push -u origin main