User Tools

Site Tools


сервис_git

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
сервис_git [2022/09/29 14:59]
val [Пример с тестовой веткой]
сервис_git [2023/01/11 08:40]
val [Создание сетевого http/ssh git репозитория]
Line 88: Line 88:
  
 server#:/​var/​www/​html/​conf.git#​ git init --bare server#:/​var/​www/​html/​conf.git#​ git init --bare
- 
-Не обязательно,​ но, если хочется видеть содержимое текущего репозитория по http, можно настроить hooks/​post-update ​ 
  
 server#:/​var/​www/​html/​conf.git#​ mv hooks/​post-update.sample hooks/​post-update server#:/​var/​www/​html/​conf.git#​ mv hooks/​post-update.sample hooks/​post-update
  
 server#:/​var/​www/​html/​conf.git#​ chmod a+x hooks/​post-update server#:/​var/​www/​html/​conf.git#​ chmod a+x hooks/​post-update
 +
 +Не обязательно,​ но, если хочется видеть содержимое текущего репозитория по http, можно поправить hooks/​post-update ​
  
 server#:/​var/​www/​html/​conf.git#​ cat hooks/​post-update server#:/​var/​www/​html/​conf.git#​ cat hooks/​post-update
Line 118: Line 118:
 <​code>​ <​code>​
 $ git remote -v $ git remote -v
 +
 +$ git remote remove origin
  
 $ git remote add origin http://​server.corpX.un/​student/​dhcp.git $ git remote add origin http://​server.corpX.un/​student/​dhcp.git
сервис_git.txt · Last modified: 2023/09/14 15:37 by val