1. github에서 repository를 생성한다. (다 비우면 된다)
2. Flutter project를 생성하고 아래 command를 프로젝트의 루트에서 입력한다.
git init
git add .
git commit -m "message"
git remote add origin "github repo address"
git push -u origin master
'Flutter' 카테고리의 다른 글
[알아야 할 사실] .bash_profile (0) | 2021.12.30 |
---|---|
[Flutter] Flutter Build Mode (0) | 2021.12.20 |
[Flutter] 싱글톤 패턴에 대해서 알아보자! (0) | 2021.12.12 |
[PAKAGE] 유용한 PAKAGE 모음집 (0) | 2021.11.30 |
[PAKAGE] Google_fonts (0) | 2021.11.30 |