git diff로 tag 비교하기

git diff 명령으로 태그를 비교할 수 있습니다. git diff tag1 tag2 를 입력하면 tag1과 tag2의 차이점을 자세히 볼 수 있습니다. 사용하는 방법 USER-PC@DESKTOP-JAEGCLI MINGW64 ~/Desktop/gitstudy/react (main) $ git diff v18.0.0 v18.1.0 diff –git a/.github/ISSUE_TEMPLATE/react_18.md b/.github/ISSUE_TEMPLATE/react_18.md deleted file mode 100644 index 1c0a87924..000000000 — a/.github/ISSUE_TEMPLATE/react_18.md +++ /dev/null @@ -1,11 +0,0 @@ —- -name: “💬 React 18” -about: … Read more