profile
Full-Stack 개발자 꿈나무

[Git] branch 생성 & remote branch 연동

local branch 생성 사용 할 branch 체크아웃 remote branch 목록 보기 생성한 local branch를 서버에 추가 local branch, remote branch 연동 생성된 branch는 각자가 local 및 remote 저장소에 따

2023년 6월 8일
·
0개의 댓글
·

[Git] git에 실수로 Push한 파일 제거

.gitignore에서 설정하는 것을 잊고 원격 서버에 올린 경우 git rm [file name] git rm --cached -r [filename]

2023년 6월 8일
·
0개의 댓글
·

[Git] (특정 Branch) Clone 방법

일반적으로 하는 클론특정 Branch clone

2023년 5월 31일
·
0개의 댓글
·