OmegaT forces to use "master" for a working branch. It is not available to change this behavior. If there is the way to specify branch name for Team Project, it allows to users to use a topic branch for localization instead of "origin/master."
+1 here too since master may not actually exist OmegaT should use the branch that matches the HEAD ref in the remote repository
example from a repo that has stable as the default branch
git ls-remote origin f6a8d4e56d3bd3909704319e71625bdf0f4d5f71 HEAD 3478c391b12e85a807d0a2355040bc7a2b089a58 refs/heads/master f6a8d4e56d3bd3909704319e71625bdf0f4d5f71 refs/heads/stable (docs: https://www.kernel.org/pub/software/scm/git/docs/git-clone.html see --branch/-b)
+1
@yu-tang Now I propose an implementation of the feature https://github.com/omegat-org/omegat/pull/134
It works for me. I've tested with working branch translation on the project default branch is main. Could you test on your environment?
@yu-tang does it work for you?
Log in to post a comment.
+1 here too
since master may not actually exist OmegaT should use the branch that matches the HEAD ref in the remote repository
example from a repo that has stable as the default branch
+1
@yu-tang Now I propose an implementation of the feature
https://github.com/omegat-org/omegat/pull/134
It works for me. I've tested with working branch translation on the project default branch is main.
Could you test on your environment?
@yu-tang does it work for you?