I would like to get the address of my remote repository, ideally just one line. An ideal would be something like
$ git remote show origin fetch_url --some-params-im-not-aware-of git://github.com/ask/celery.git
Plain: git config remote.origin.url
git config remote.origin.url
An easy way to display the URLs each of your remotes link to is git remote -v. For example:
git remote -v
$ git remote -v origin git://git.kernel.org/pub/scm/git/git.git
Source: https://habr.com/ru/post/1726225/More articles:to send an exception or error message - javaHow to remotely debug a DLL in delphi 7 from scratch - delphiUsing sqlalchemy.sql with declarative ORM - sqlalchemyAPC vs pecl uploadprogress - phpthere is __construct () equivalent for extended classes - phpWPF If the user control should be provided with ViewModel - model-view-controllerHow to hide the subprocess console window? - visual-c ++ - 2008How to organize the sources of a complex program? - c ++JSF 2.0 and Facelets - java-eehttps://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1726230/objective-c-passing-model-objects-to-a-worker-class-from-a-controller&usg=ALkJrhh__wVZTrOL03w2X-f65t4RO-fwzAAll Articles