Shazwazza commented on issue #447: URL: https://github.com/apache/lucenenet/issues/447#issuecomment-808579863
Yeah normally you'd have the upstream git repo set to https://github.com/apache/lucenenet.git and then your branches would be tracked to push/merge with the same corresponding name. Depending on what name you've configured your upstream repo to be (most times its `origin`) you can see how these branches are tracked by: `git remote show origin`. Guess it depends on how you use and configure git. I just use [Git Extensions](https://github.com/gitextensions/gitextensions) UI which takes the guess work out of all of this :) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
