I have two network adapters, each connect to different network. I have two git repository too, When I push my commit to one repo, something like
git push -u origin developer
I have to disable other network adapter
Is there a way to run git or command line bind to specific network adapter not need disable network adapter, something like git remote -v --network 10.1.2.3
?