This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
сервис_git [2024/12/06 08:50] val [Работа с локальным репозиторием] |
сервис_git [2025/01/10 06:20] (current) val [On-Premise gitlab] |
||
---|---|---|---|
Line 122: | Line 122: | ||
* [[https://stackoverflow.com/questions/6565357/git-push-requires-username-and-password|Git push requires username and password]] | * [[https://stackoverflow.com/questions/6565357/git-push-requires-username-and-password|Git push requires username and password]] | ||
+ | * [[https://stackoverflow.com/questions/5480258/how-can-i-delete-a-remote-tag|How can I delete a remote tag?]] | ||
<code> | <code> | ||
Line 146: | Line 147: | ||
$ git tag | $ git tag | ||
+ | |||
+ | $ ###git tag -d ver1.3 | ||
+ | $ ###git push --delete origin ver1.3 | ||
</code> | </code> | ||