Это старая версия документа.
Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /home/users/p/prom-auto/domains/prom-auto.ru/wiki/inc/parser/handler.php on line 1458
Warning: Declaration of syntax_plugin_tablecalc::handle($match, $state, $pos, &$handler) should be compatible with DokuWiki_Syntax_Plugin::handle($match, $state, $pos, Doku_Handler $handler) in /home/users/p/prom-auto/domains/prom-auto.ru/wiki/lib/plugins/tablecalc/syntax.php on line 41
Warning: Declaration of syntax_plugin_tablecalc::render($mode, &$renderer, $data) should be compatible with DokuWiki_Syntax_Plugin::render($format, Doku_Renderer $renderer, $data) in /home/users/p/prom-auto/domains/prom-auto.ru/wiki/lib/plugins/tablecalc/syntax.php on line 72
Warning: Declaration of syntax_plugin_offline::handle($match, $state, $pos, &$handler) should be compatible with DokuWiki_Syntax_Plugin::handle($match, $state, $pos, Doku_Handler $handler) in /home/users/p/prom-auto/domains/prom-auto.ru/wiki/lib/plugins/offline/syntax.php on line 60
Warning: Declaration of syntax_plugin_offline::render($format, &$renderer, $data) should be compatible with DokuWiki_Syntax_Plugin::render($format, Doku_Renderer $renderer, $data) in /home/users/p/prom-auto/domains/prom-auto.ru/wiki/lib/plugins/offline/syntax.php on line 67
Warning: preg_match(): Compilation failed: invalid range in character class at offset 3416 in /home/users/p/prom-auto/domains/prom-auto.ru/wiki/inc/parser/lexer.php on line 118
====== office git server ====== <note>Далее по тексту для краткости: "Сервер" означает наш офисный выделенный гит-сервер </note> ===== Ситуация 1 - BitBucket основной, Сервер резервный ===== Требуется: работать с BitBucket как с основным, а Сервер просто хранитель репозиториев на случай блокировки BB и умирания одним разом всех компов с рабочими копиями. Что делать: ничего. ===== Ситуация 2 - Сервер основной, BitBucket резервный ===== Требуется: работать с Сервером как с основным, а BB на всякий случай, либо для тех, кто еще не примкнул Серверу. Что делать: === Клонируем проект === git clone ssh://git@109.195.39.165:40000/repo/git-awclient.git === Добавляем remote для BitBucket === Открыть в редакторе: ''git-awclient/.git/config'' Добавить текст: <code> [remote "bb"] url = git@bitbucket.org:promauto/git-awclient.git fetch = +refs/heads/*:refs/remotes/origin/* </code>