You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Here is my situation and i can't find a clever solution.
Two different users need to have two different submodules' configuration so i created two branches of the super Repo with two different .gitmodules.
I want to be able to merge the two super Repo branches in both directions but keeping the .gitmodules of both branch untouched.
I'd prefer a solution that doesn't need to input terminal commands if possible.
Thanks in advance
Federico
I found a workaround for this problem and i'll write it here so it may be useful for someone else.
I cloned the super repo and inserted the .gitmodules file in the gitignore file.
I thought it would mess with sourcetree but it didn't so we can have the .gitmodules in our working copy and we can push onto the other branch without messing with the submodules' configuration.
Obviously if we will have to make changes to the submodules configuration we will need to work on our local version of the .gitmodules file.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.