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
---------------------------------------------------------------------------------------------------------------
  • git status
  • git add .
  • git commit -m "your commit title"
  • git push







Comments

Popular posts from this blog

Sri Lankan IT industry & companies

Find Odd & Even number - pseudocode