Skip to content

Commit e9711fa

Browse files
authored
fix: add ignore=all to pro submodule to unblock contributor pushes (#209)
* fix: add ignore=all to pro submodule to unblock contributor pushes The `pro` submodule references the private SynkraAI/aios-pro repo, which causes `git push` to fail for open-source contributors who don't have access to that repository. Setting `ignore = all` tells git to skip checking the submodule state during diff/status/push, removing the blocker while keeping the submodule reference intact for team members who do have access. Closes #105 * fix: use ignore=dirty instead of ignore=all for pro submodule ignore=all hides gitlink commit changes which can mask submodule pointer updates. ignore=dirty only hides untracked/modified files inside the submodule while still showing when the recorded commit changes.
1 parent 9f32d09 commit e9711fa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.gitmodules

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
path = pro
33
url = https://github.com/SynkraAI/aios-pro.git
44
branch = main
5+
ignore = dirty

0 commit comments

Comments
 (0)