Translations:KBibTeX/Development/52/fr

From KDE UserBase Wiki
Revision as of 10:57, 27 October 2018 by ChristianW (talk | contribs) (Created page with "{{Input/fr|git remote add someonespublicclone [email protected]:clones/kbibtex/NAME/kbibtex # run once git fetch someonespublicclone feature/xxxx && git checkout feature/xxxx #...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
git remote add someonespublicclone [email protected]:clones/kbibtex/NAME/kbibtex # run once
git fetch someonespublicclone feature/xxxx && git checkout feature/xxxx # every time to get updates
git remote rm someonespublicclone && git checkout master && git branch -D feature/xxxx # to erase branch