728x90
다음과 같이 모든 local git tags를 제거하고, 모든 remote repo git tags를 fetch하면 된다.
git tag -l | xargs git tag -d
git fetch --tags
728x90
'Programming > Git' 카테고리의 다른 글
[Git] 계속 Select an account 창이 나타날 때 (0) | 2024.04.13 |
---|---|
[git] .gitignore 파일이 적용되지 않을 때 (0) | 2022.11.06 |
[git] git flow 설정 제거하기 (0) | 2022.10.25 |
Github profile Wakatime 연동하기 (1) | 2021.11.18 |
[git] Repository 복사하기(git clone --mirror) (0) | 2021.08.16 |
댓글