Hello
Querying my remote origin via command
git remote show origin
I get the return:
$ git remote show origin
* remote origin
Fetch URL: [email protected]:/var/git/Projeto.git
Push URL: [email protected]:/var/git/Projeto.git
What is the reason for this distinction between two URLs (Fetch and Push)? Could these two URLs be any different? If so what practical use is there?