关于 git submodules 的疑问?

说一下背景:

  • 我使用了 gitee 从 github 导入了 lv_port_pc_eclipse 仓库
  • 这个仓库里面包含了子模块,所以我将子模块的地址改为国内镜像

当前的操作:

  1. 因为在学习 lvgl,所以在 gitee 上 commit 和 push 每一次的学习 demo
  2. 现在对子模块的代码有所修改

疑问:

  1. 我可以将对子模块的修改点 commit 并 push 吗?
  2. 这个 push 会提交到 github 上子模块的源仓库吗?

我现在是希望在我导入的 gitee 仓库上 push 我的修改点,而不影响 github 上的源仓库。