I am using JGit library to push my changes to the repository. However, I want to provide the URL as well in the push command. I want the equivalent of following command in JGit:
git push <url>
Is this possible with JGit?
Note: Changing the config file is not desirable. Want to set the URL everytime I push.