Update all subrepos to their latest upstream changes
This commit is contained in:
parent
ef8acddc4b
commit
fc86f0c553
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,4 +1,4 @@
|
||||
*
|
||||
.DS_Store
|
||||
!.gitignore
|
||||
!docker-compose.yml
|
||||
!README.md
|
||||
|
||||
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
[submodule "telegram-listener"]
|
||||
path = telegram-listener
|
||||
url = https://gitea.musk.fun/nocr/telegram-listener.git
|
||||
1
telegram-listener
Submodule
1
telegram-listener
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit b17f3dbd0aa341c449c1c21f4c21f8327a8f34f6
|
||||
3
update-submodules.sh
Executable file
3
update-submodules.sh
Executable file
@ -0,0 +1,3 @@
|
||||
git submodule update --init --recursive --remote
|
||||
git add -A
|
||||
git commit -m "Update all subrepos to their latest upstream changes"
|
||||
Loading…
Reference in New Issue
Block a user