fulmoon.log
로그인
fulmoon.log
로그인
Flutter day2
Fulmoon
·
2022년 7월 12일
팔로우
0
Lesson
flutter
survivalcoding
새싹
생존코딩
0
Flutter study
목록 보기
1/6
Flutter day2
복습: No
유형: 강의
작성일시: 2022년 7월 7일 오전 8:05
새싹 Flutter 4기 두번째 수업 - Git
[docs]버전관리와 Git: (
https://docs.google.com/presentation/d/1Xk5kNHlzEcF7pB3kZhHw2Oe8zRkZ00GH_3jTkxNZ3HE/edit#slide=id.g13a24827024_0_58
)
원숭이도 이해하는 Git: (
https://backlog.com/git-tutorial/kr/intro/intro1_1.html
)
kakao_t clone: 강의자료 1 의 마지막 부분
BottomNavigationBar class: (
https://api.flutter.dev/flutter/material/BottomNavigationBar-class.html
)
git 명령어들..
- repository 생성
- git init
- 스테이징
- git add
- 커밋
- git commit -m “메시지”
- 상태확인
- git status
- 로그 확인
- git log
- 리모트 저장소가 없다면
- github에서 new repository 만들고
- 로컬과 리모트 연결
- git remote add origin ‘주소’
- 최초의 push
- git push -u origin master
- 푸시
- git push
- 리모트 저장소를 복사
- git clone ‘주소’
- 리모트 변경사항 받기
- git pull
-
Fulmoon
only one 'L'
팔로우
다음 포스트
Flutter day3
0개의 댓글
댓글 작성