169 похожих чатов

I have a problem with git's post-recieve hook; can anyone

help me?
basically I have an array of files; if any of those files have changed I want that hook to push those files to another repo.
no, I can't put up a mirror, since the two repos have two different codebases but share some files.
as of now we manually use a .bat script (guess how legacy this is :P), but I would like git to do that sync on push automatically. is it even achievable? I tried a script that:
instantiates the array
clones the two repos in $(mkemp -d)
for file in $FILES[@];do cp -f temp/repo1 temp/repo2; done
cd repo2; git add ./*; git commit -m 'autosync commit done on date +...'; git push
but it does not work; it says that repo2 is not a git directory
now, this solution is terrible, I know, so feel free to insult me for it, but can someone help me? I'm fairly experienced in bash scripts and git, but I have no idea on how to structure the post-recieve hook..

1 ответов

42 просмотра

brother, look into submodules and dependabot

Похожие вопросы

Обсуждают сегодня

а через ESC-код ?
Alexey Kulakov
29
30500 за редактор? )
Владимир
47
Чёт не понял, я ж правильной функцией воспользовался чтобы вывести отладочную информацию? но что-то она не ловится
notme
18
У меня есть функция где происходит это: write_bit(buffer, 1); write_bit(buffer, 0); write_bit(buffer, 1); write_bit(buffer, 1); write_bit(buffer, 1); w...
~
13
Недавно Google Project Zero нашёл багу в SQLite с помощью LLM, о чём достаточно было шумно в определённых интернетах, которые сопровождались рассказами, что скоро всех "ибешни...
Alex Sherbakov
5
program test; {$mode delphi} procedure proc(v: int32); overload; begin end; procedure proc(v: int64); overload; begin end; var x: uint64; begin proc(x); end. Уж не знаю...
notme
6
Как передать управляющий символ в открытую через CreateProcess консоль? Собсна, есть процедура: procedure TRedirectThread.WriteData(Data: OEMString); var Written: Cardinal;...
Serjone
6
вы делали что-то подобное и как? может есть либы готовые? увидел картинку нокода, где всё линиями соединено и стало интересно попробовать то же в ddl на lua сделать. решил с ч...
Victor
8
Ребят в СИ можно реализовать ООП?
Николай
33
Подскажите пожалуйста, как в CustomDrawCell(Sender: TcxCustomGridTableView; ACanvas: TcxCanvas; AViewInfo: TcxGridTableDataCellViewInfo; var ADone: Boolean); получить наз...
A Z
7
Карта сайта