태그
-
전체 4 / 1 페이지
-
-
git tag -d 태그명
-
git push origin --delete $(git tag -l)
-
해당 repo 폴더에서 실행:git config --unset user.namegit config --unset user.email
-
git config --global --unset user.namegit config --global --unset user.email
-
