[Git] 새로운 레포지토리(repository) 만들고 push하기
STEP 1️⃣ git init 새로운 Git repository를 만든다. git init STEP 2️⃣ git remote Github의 원격 repository와 연결한다. git remote add origin [repository주소.git] STEP 3️⃣ git status git의 현재 상태를 확인한다. git status STEP 4️⃣ git add . 현재 파일의 상태를 git에 추가해 모든 파일들을 트랙킹한다. git add . STEP 5️⃣ git commit -m commit 메세지를 입력한다. git hist를 통해 git commit 목록에서 commit 메세지 확인이 가능하다. git commit -m "commit 메세지(이름)" STEP 6️⃣ git push mai..
⬛️ Git
2022. 12. 28. 12:14
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- BOJ
- DOM
- mdn
- 정렬
- 함수
- 에러
- git
- react
- CSS
- Python
- DB
- 자바스크립트
- 파이썬
- JavaScript
- zustand
- useState
- 그래프
- Context API
- leetcode
- 자료구조
- error
- 리액트
- state
- React Query
- 데이터베이스
- Browser
- github
- 브라우저
- Component
- 알고리즘
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함
250x250