mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-04-04 16:39:41 +02:00
feat: git submodule update shell script
This commit is contained in:
parent
394a02dd98
commit
4696365f78
3 changed files with 9 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
|||
[submodule]
|
||||
recurse = true
|
||||
update = rebase
|
||||
branch = main
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit e58ed229fbf3df0f2617bd548a3117f9b93839a0
|
||||
Subproject commit 692efcf6c7bcbf447dea4affa9b58f78717f5d12
|
7
sub.sh
Executable file
7
sub.sh
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
git submodule update --recursive --remote
|
||||
|
||||
git submodule foreach git checkout main
|
||||
|
||||
git submodule foreach git pull origin main
|
Loading…
Add table
Reference in a new issue