Programming/git

태그(tag) 넣어 푸시하기

web data 2024. 6. 6. 11:12
git tag -a v0.1 -m "Flutter 프로젝트 v0.1"
git push origin --tags