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 |
Tags
- 오블완
- spring
- 독서
- SQL
- java
- Kibana
- Python
- 티스토리챌린지
- 자바
- 쉘스크립트
- git
- 명령어
- mssql
- IntelliJ
- 후기
- pandas
- PostgreSQL
- oracle
- docker
- github
- 네트워크
- Linux
- springboot
- Javascript
- iBatis
- 인덱스
- 리눅스
- MariaDB
- mysql
- DBMS
Archives
- Today
- Total
hanker
GIT - 로컬 Repository 수정사항 github에 push/ commit 하기 본문
반응형
1. Project 수정, 추가 시 git push, commit 명령어
- git status // (변경 사항 확인)
- git add . // (커밋 할 파일 준비)
- git commit -m "add/modify file" // (커밋)
- git push origin master // (로컬 repository 변경 사항을 github에 push)
반응형
'CI, CD > GIT' 카테고리의 다른 글
Git - git remote branch 삭제 (로컬브랜치 / 원격브랜치) feat. linux (1) | 2024.11.15 |
---|---|
Linux - Github 프로젝트 가져오기 (0) | 2024.11.14 |
Github - Repository Deploy Key 설정 (0) | 2024.11.06 |
Intellij에서 Github 소스 가져오기 (Clone Repository) (0) | 2024.10.26 |
eclipse - 새로 생성된 Git branch 가져오기 (0) | 2021.04.26 |