Hi, I am new in this Google group.

I have application and library. Library is a submodule 'mounted' to 
subdirectory of application.
I am heavily modifying library. I am using application to test library. 
Each commit I have to push to Github (or other) and update the submodule 
for the application.
If is possible (temporary) to use local submodule with many commits?, even 
I want use submodule branches. I only want to push commits to remote 
submodule once in a while.

I think about:
- make copy of application. Library git repository with remote will be 
inside application directory, which will without git or git but without 
remote and submodules. (how about .git inside directory with another .git?) 
Then I can change library, often commit, sometimes push. Is possible cherry 
pick to another repository?

But, just came to my mind:
application will have two branches: one with remote submodules, second with 
local submodules (how do it?) or library .git inside application directory.

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/git-users/e3d5b655-251b-4315-be42-69761f239ba1n%40googlegroups.com.

Reply via email to