Answers for "run github repository tutorial"

0

create a new repository on the command line on GitHub

echo "# Athentification_Flutter-Login-Register-" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/israa790/Athentification_Flutter-Login-Register-.git
git push -u origin main
Posted by: Guest on November-28-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language