깃3 git 원격 저장소 repository 변경 git remote set-url origin {새로운GITURL} ex)git remote set-url origin https://github.com/testB/your.git 확인 하기git config --list 2024. 6. 8. 특정 브랜치만 클론 git clone -b {branch_name} --single-branch {저장소 URL} 2024. 6. 8. 태그(tag) 넣어 푸시하기 git tag -a v0.1 -m "Flutter 프로젝트 v0.1"git push origin --tags 2024. 6. 6. 이전 1 다음