hwibinissuccess.log
로그인
hwibinissuccess.log
로그인
[GitHub] Flutter 프로젝트 깃허브에 올리기
휘Bin
·
2023년 5월 6일
팔로우
0
git
github
0
GitHub 계정에 연결하기
File - Settings
Version Control - Github - 위쪽에 + 클릭
Generate 클릭해서 깃허브에서 github-Setting - Developer setting - Personal access tokens - Generate token 으로 로그인
깃허브 계정과 연결 완료
터미널을 열고 git init 입력
시간이 좀 지나면 그림처럼 git과 연결되는 모습을 볼 수 있다.
코드 올려보기
터미널 창을 열고 아래 순서로 입력을 한다.
git add .
git commit -m "원하는문장"
git branch -M main
git remote add origin 깃 저장소 URL
git push -u origin main
끝!
휘Bin
One-step, one-step, steadily growing developer
팔로우
이전 포스트
[Error해결기록] java: cannot find symbol symbol: variable HttpStatus
다음 포스트
[Spring] Q클래스를 사용하는 이유
0개의 댓글
댓글 작성