본문 바로가기
2023-4/자격증 및 etc

[github] 2023년 commit 하기

by 이망고_ 2023. 1. 4.

아래와 같이 진행하면 된다.

 

git pull origin main

git add . : 변경사항 전체 넣기

git commit -m "3단어이내추천"

git push origin main 

https://shortcuts.tistory.com/m/8

 

 

[총정리] 깃허브(Github) 파일 업로드, 파일 올리기 (git bash)

요약 //저장소 생성 및 연결 $ git init $ git remote add origin [원격저장소 주소] $ git branch -m master main //파일 업로드 $ git pull origin main $ git add . $ git commit -m "commit message" $ git push origin main //추가적인 명령

shortcuts.tistory.com

잘 정리되어 있는 블로그입니다

 

깃 들어가 새로고침하니,, 올해 첫 commit 이 완료되었습니다.

성공적으로 commit 완료.

 

올해는 잔디밭 무성하게 키워봅시다? !

 

 

github commit 하기 

저장소가 없다면 깃에서 new 해서 하나 만들어두기

파일에 Git Bash Here 클릭할 것.

master 에서 main 으로 명칭 바꿔주는 코드이고 (이전에 master 명칭이 논란이 되어서)

파일을 Git Bash Here 설정해두고, 커밋은 두번째 pull-add . - commit - push 과정으로 진행하면 될 것 같습니다. 

'2023-4 > 자격증 및 etc' 카테고리의 다른 글

[네이버크로바] 학회 리허설  (0) 2023.05.09
[git] commit  (2) 2023.04.14
[AI/딥러닝] 머신러닝과 딥러닝의 차이  (0) 2023.03.07
매일 sql 공부하기  (0) 2023.03.06
[github] commit 잔디밭 채우기  (0) 2023.01.04