Vérifiez l'url d'origine de git

Exemples de code

25
0

obtenir l'url distante git

 git config --get remote.origin.url
13
0

git ajouter une télécommande

git remote add heroku https://git.heroku.com/arrecs.git
git remote -v
-> heroku	https://git.heroku.com/arrecs.git (fetch)
-> heroku	https://git.heroku.com/arrecs.git (push)

git remote remove heroku
git remote -v
10
0

afficher git distant

# If you require full output and you are on a network that can reach the remote repo where the origin resides 
git remote show origin
9
0

git vérifie l'url en amont

git remote show origin
6
0

vérifier l'url de git

# Check existing git url:
git remote -v
3
0

git afficher l'url distante

git remote show origin

Dans d'autres langues

Cette page est dans d'autres langues

Русский
..................................................................................................................
English
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
中文
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................