GitLab 관련


브랜치 이름 변경 및 삭제

git revert

git remote

git cache

git commit

git branch

git pull

git pull

특정 원격 저장소에서 pull 하기


git pull [원격 저장소 이름] [브랜치 이름]

git pull origin main

git add

  1. 특정 파일 추가하기:

    
    git add filename.txt
    
    
  2. 특정 폴더의 모든 변경사항 추가하기:

    
    git add foldername/