Показать удаленный git
# when you are not connected to the network, you can use this
git config --get remote.origin.url
fast_and_the_curious
# when you are not connected to the network, you can use this
git config --get remote.origin.url
git remote add origin git@github.com:User/UserRepo.git
git remote set-url origin git@github.com:User/UserRepo.git