git push functions code code example
Example: git push functions code
echo "# CrossPlatform_GGM" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/richabatra/CrossPlatform_GGM.git
git push -u origin main