I've cloned the skwp/dotfiles to use as my own dotfiles. Time to time I have been making commits to my dotfiles for the improvement purposes. Mostly these commits were made to main part of repository.
Now I need to make commit to ~/.zshrc
file. This file belongs to prezto repository which is submodule of skwp/dotfiles repository.
The question is how I can make this nested repository as part of my dotfiles? Should I change the remote url to point to my repository? Or is there a way to integrate the prezto to one big repository, and then I can make commits to repository seamlessly no matter which part of repository to push commits to.