When would the Fetch URL and Push URL not be the same for a certain remote?
For example, when i run git remote show central for a remote named central, the output looks like:
* remote central
  Fetch URL: aoberoi@example.com:/home/aoberoi/Repositories/example.git
  Push  URL: aoberoi@example.com:/home/aoberoi/Repositories/example.git
  HEAD branch: master
  Remote branch:
    master tracked
I just don't see why I would be fetching from and pushing to two different URLs, what type of workflow is this intended for?