아래와 같이 git ls-remote -h -t git@git.com:xxx/xxx.git 명령을 사용하여 원격 저장소를 확인하세요.
git ls-remote -h -t git@git.com:xxx/xxx.git
마지막 ^{}은 무슨 뜻인가요? 표시가 안되나요?
^{}
人生最曼妙的风景,竟是内心的淡定与从容!
도움이 될 수도 있습니다: http://stackoverflow.com/questions/15472107/when-listing-git-ls-remote-why-theres-after-the-tag-name
git show <version>을 통해 둘의 차이점을 확인할 수 있습니다.
git show-ref를 사용하여 ^{}
도움이 될 수도 있습니다:
http://stackoverflow.com/questions/15472107/when-listing-git-ls-remote-why-theres-after-the-tag-name
git show <version>을 통해 둘의 차이점을 확인할 수 있습니다.
git show-ref를 사용하여 ^{}
없이 로그를 나열할 수도 있습니다.