====== Работа с Git ====== * Получить (новый) Git-репозиторий:\\ ''git clone ''\\ где -- адрес удалённого Git-репозитория * Обновить (существующий) Git-репозиторий: - Перейти в каталог Git-репозитория и выполнить - ''git pull'' Подробную информацию см. по следующим ссылкам: * [[http://blog.nsws.ru/rabota-s-git-dlya-nachinayushhix.html]] * [[http://www.opennet.ru/tips/info/2179.shtml]] * [[http://progit.org/book/]] * [[http://www.ibm.com/developerworks/ru/library/l-git/index.html]] * [[http://www.kernel.org/pub/software/scm/git/docs/|man git]] * [[http://procode.org/stgit/]]