Answers for "how to make a github repository from terminal"

0

github create repo from terminal

gh repo create project-name
Posted by: Guest on November-09-2021
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 "how to make a github repository from terminal"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language