티스토리 뷰
728x90
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
main 브런치에 push한다.
git push origin main
728x90
'⬛️ Git' 카테고리의 다른 글
[Git] 티스토리 예쁜 코드 블럭을 넣어보자(Github gist ) (0) | 2023.01.09 |
---|---|
[Github] How to copy repositroy from others? (0) | 2022.12.19 |
[Git] 협업 레포지토리를 내 레포지토리로 가져오기 (0) | 2022.12.19 |
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- 브라우저
- zustand
- 데이터베이스
- Context API
- react
- Component
- 에러
- DOM
- 자료구조
- DB
- Browser
- BOJ
- 정렬
- error
- useState
- JavaScript
- Python
- 자바스크립트
- 알고리즘
- CSS
- 함수
- React Query
- 파이썬
- mdn
- 리액트
- state
- github
- 그래프
- leetcode
- git
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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