Translations:KBibTeX/Development/57/uk: Difference between revisions

From KDE UserBase Wiki
(Created page with "{{Input|git checkout kbibtex/0.6 # перейти до відповідної гілки git pull --ff-only # отримати найсвіжіші оновлення з по...")
 
(No difference)

Latest revision as of 11:36, 29 October 2017

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (KBibTeX/Development)
{{Input|git checkout kbibtex/0.6 # be in right branch
git pull --ff-only # get latest changes from origin
git status # just check that everything is ok
git tag -s -u GPGKEY -m "Tagging 0.6" v0.6 # actual tagging, GnuPG signed
git push --tags # explicitly push tag to origin}}
git checkout kbibtex/0.6 # перейти до відповідної гілки
git pull --ff-only # отримати найсвіжіші оновлення з початкового сховища
git status # перевірити, чи все гаразд
git tag -s -u GPGKEY -m "Tagging 0.6" v0.6 # actual tagging, GnuPG signed
git push --tags # явним чином надіслати мітку до початкового сховища