소스트리(SourceTree) Git Tag 갱신 안될 때
Git Tag가 갱신이 안되는 상황에서 해결 방법을 간략하게 포스팅 한다.
반응형
터미널에서 해당 명령어를 입력한다.
<Tag 를 모두 가져오는 옵션>
더보기
Fetch all tags from the remote (i.e., fetch remote tags refs/tags/* into local tags with the same name), in addition to whatever else would otherwise be fetched. Using this option alone does not subject tags to pruning, even if --prune is used (though tags may be pruned anyway if they are also the destination of an explicit refspec; see --prune).
git fetch --tags
기본적으로 태그를 가져오는 명령어로 확인이 가능하다.
혹은 다음의 모든 원격 저장소를 업데이트를 통해서도 가능하다.
<원격 저장소를 업데이트>
git remote update
추적하고 있는 모든 저장소(원격)을 업데이트하는 과정에서 tag도 가져오게 된다.
Git - git-fetch : [링크]
Git - git-remote : [링크]
★★☆☆☆
반응형
'개발 > 게임) 개발관련' 카테고리의 다른 글
Git) Git Hooks(깃 훅) (0) | 2023.11.17 |
---|---|
개발환경)Google Chat 설정 (구글 채팅 사용하기) (0) | 2023.11.16 |
c#) 확장형 메소드 (Extension Methods) (0) | 2023.10.19 |
문제해결)Command "git checkout -f 해쉬 키" returned status code 128:stdout: stderr: error: Entry '파일' not uptodate. Cannot merge. (2) | 2023.10.17 |
AWS) CLI 접속 및 디렉토리 확인(Window) (0) | 2023.10.17 |
댓글