0

I have two GitLab repositories, one for source code and other resources for Android application, let's call it main and another repository only for translations, let's call it translations, which is also public repository. Translations are also contained in first repository which needs them for building application. Is it somehow possible to automate GitLab/git to push to translations repository only translation files from main repository when push to main repository occurs? Thanks.

1 Answer 1

1

Here the best idea would be to use different branch which includes seperate .gitignore for their respective remote. See this link for more information. Also if you want to allow only certain files you may have a look at this

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.