728x90
- 원격 저장소에서 리퍼지토리 생성
- git init
- git add README.md
- git commit -m "first commit"
- git branch -M main
- git remote add origin https://github.com/자신의 깃주소
- git push -u origin main
- git branch - M main // 브랜치를 main으로 이동
- git status // 상태 확인
[Web] - [git] - SSH 사용 Github 인증
728x90
'Programing' 카테고리의 다른 글
survey/sJoin (0) | 2020.07.10 |
---|---|
survey/sInput (0) | 2020.07.10 |
survey/sList (0) | 2020.07.10 |
인터셉터 사용법 (0) | 2020.07.07 |
게시판 작업 (0) | 2020.06.29 |