Upload flutter project to gitHub
- git --version this is for check version of git
- git config --global user.name "yourGit username" here you need to insert your git username
- git config --global user.email "yourGit email" here you need to insert your git email address
- git init
- git add .
- git commit -m "my commit title"
- git remote add origin gitRepositoryLink
- git push -u origin master
---------------------------------------------------------------------------------------------------------------
2nd commit
---------------------------------------------------------------------------------------------------------------
Comments
Post a Comment