Skip to content

Commit

Permalink
modify woongjoonchoi.github.io/_posts/SoftwareEngineering/CICD/2022-0…
Browse files Browse the repository at this point in the history
…2-01-git-release-tag.md

modify typo

 it push <리모트저장소> --tags  -> git push <리모트저장소> --tags
  • Loading branch information
woongjoonchoi committed Nov 9, 2023
1 parent 07b0be7 commit 5a6cd76
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ To [email protected]:schacon/simplegit.git



git에서 tag를 생성한다고 해도 리모트서버에 자동으로 반영되지 않습니다. `git push <리모트저장소> <태그이름>` 명령어로 서버에서 push를 해야합니다 .이 명령어는 단일 tag를 push할 수 있습니다. 복수의 tag를 push할려면 `it push <리모트저장소> --tags` 명령어를 사용하면 됩니다. 이 명령어는 리모트 서버에 없는 모든 태그를 서버에 반영하게 됩니다.
git에서 tag를 생성한다고 해도 리모트서버에 자동으로 반영되지 않습니다. `git push <리모트저장소> <태그이름>` 명령어로 서버에서 push를 해야합니다 .이 명령어는 단일 tag를 push할 수 있습니다. 복수의 tag를 push할려면 `git push <리모트저장소> --tags` 명령어를 사용하면 됩니다. 이 명령어는 리모트 서버에 없는 모든 태그를 서버에 반영하게 됩니다.

## 체크아웃

Expand Down

0 comments on commit 5a6cd76

Please sign in to comment.