Comments on: Memo #2: Useful Git tricks with remote branches https://kpumuk.info/development/memo-2-useful-git-tricks-with-remote-branches/ In my blog I'll try to describe about interesting technologies, my discovery in IT and some useful things about programming. Mon, 07 Sep 2015 23:44:21 +0000 hourly 1 https://wordpress.org/?v=6.7.1 By: ror https://kpumuk.info/development/memo-2-useful-git-tricks-with-remote-branches/comment-page-1/#comment-264181 Fri, 09 Jan 2009 10:11:02 +0000 http://kpumuk.info/?p=245#comment-264181 git превосходен, при условии наработки опыта

]]>
By: Антон https://kpumuk.info/development/memo-2-useful-git-tricks-with-remote-branches/comment-page-1/#comment-260715 Thu, 25 Dec 2008 06:35:32 +0000 http://kpumuk.info/?p=245#comment-260715 А еще таким же способом можно удалять на сервере теги:

1
git push origin :refs/tags/[tagname]
]]>
By: FX Poster https://kpumuk.info/development/memo-2-useful-git-tricks-with-remote-branches/comment-page-1/#comment-260418 Wed, 24 Dec 2008 02:43:13 +0000 http://kpumuk.info/?p=245#comment-260418 Лучше расскажи, как работается. :)

]]>