[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
- Python
- react
- CSS
- state
- mdn
- DB
- 함수
- Component
- 알고리즘
- Browser
- JavaScript
- DOM
- git
- 데이터베이스
- 자바스크립트
- zustand
- 그래프
- useState
- 리액트
- BOJ
- 파이썬
- 정렬
- React Query
- 에러
- Context API
- error
- 자료구조
- github
- 브라우저
- leetcode
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함
250x250