Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 열공하자
- mariadb
- 성장기
- node.js
- 실시간알림
- ServerSentEvent
- localStorage
- frontend
- 파티셔닝
- Node.js기본
- Lag
- PostgreSQL
- 개발자
- SSE
- partitioning
- EventSource
- Partition
- node.js란
Archives
- Today
- Total
써치킴의 우당탕탕 개발 블로그
[Git][Ch2][Markdown] 원격 저장소에 Push 본문
원격 저장소에 Push
1. gitHub 진입 > Your repositories
2. New > Repository name 입력
3. Add a README file 체크 > Create repository
4. 생성된 저장소 주소 복사 후 VS Code로 이동
5. README.md 파일이 포함된 프로젝트 git init + 프로젝트 add + commit
6. 원격 저장소 연결
- git remote add origin https://github.com/ejkimDev/markdown-pratice.git
7. 원격 저장소로 push
- git push origin master
GitHub 확인
'Git Git Git!' 카테고리의 다른 글
Git Flow (1) | 2024.10.07 |
---|---|
[Git][Ch2][Markdown] 원시 HTML, 수평선 (0) | 2022.01.27 |
[Git][Ch2][Markdown] 표 (0) | 2022.01.26 |
[Git][Ch2][Markdown] 인용문, 코드 강조 (0) | 2022.01.26 |
[Git][Ch2][Markdown] 링크, 이미지 (0) | 2022.01.26 |
Comments