Télécommande de liste git

Exemples de code

25
0

obtenir l'url distante git

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

git ajouter une télécommande

$ git remote add origin https://github.com/user/repo.git
# Set a new remote

$ git remote -v
# Verify new remote
> origin  https://github.com/user/repo.git (fetch)
> origin  https://github.com/user/repo.git (push)
13
0

voir origine git

git remote -v
12
0

git list branches distantes

git branch -r
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

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