asbloom-py / flutter-study

0 stars 0 forks source link

Setting Github #4

Open monkeydaichan opened 2 years ago

monkeydaichan commented 2 years ago

Githubの初期設定を行う.

cd /your/flutter/projectFolder
git init
git commit -m "first commit"
git branch -M main
git remote add origin git@github.com:asbloom-py/flutter-study.git
git push -u origin main