Voir origine git

Exemples de code

13
0

voir origine git

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
5
0

afficher git distant

# when you are not connected to the network, you can use this
git config --get remote.origin.url
4
0

git remote afficher l'origine

$ git remote -v
origin	https://github.com/schacon/ticgit (fetch)
origin	https://github.com/schacon/ticgit (push)
1
0

git afficher l'origine

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

github voir l'origine

git remote -v 

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
..................................................................................................................