Answers for "add flutter project to github"

0

add flutter project to github

git init

git add .

git commit -m "This is First Commit"

git remote add origin <https://github.com/Goplax/InstaJoke.git>

git push -u origin master

git status

git add .
Posted by: Guest on September-13-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language