Translations:KBibTeX/Development/52/fr: Difference between revisions
Appearance
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 #..." |
(No difference)
|
Latest revision as of 10:57, 27 October 2018
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