코드 가져오기
$git clone git_path
브랜치 선택하기
$git checkout branchname
최신 코드 가져오기(업데이트)
git pull
최신 코드 가져오기
git fetch
git commit
git push
'Git' 카테고리의 다른 글
GitHub 초기 업로드 (0) | 2023.01.31 |
---|---|
[GIT] GIT 명령어 (0) | 2021.04.17 |
git (0) | 2021.04.02 |
npm proxy 설정 초기화 (0) | 2021.04.01 |
Vue.js 로그인 샘플 (0) | 2021.03.09 |