Translations:KBibTeX/Development/57/fr

From KDE UserBase Wiki
Revision as of 10:58, 27 October 2018 by ChristianW (talk | contribs) (Created page with "{{Input/fr|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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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