Comment définir l'origine à distance git

Exemples de code

16
0

configuration à distance de git.origine.URL

# change remote url
git remote set-url origin https://github.com/USERNAME/REPOSITORY.git
14
0

modifier l'url distante git

git remote set-url origin https://hostname/USERNAME/REPOSITORY.git
9
0

télécommande git set

git remote set-url origin https://github.com/USERNAME/REPOSITORY.git
9
0

git changer l'origine

$ git remote -v
> origin  https://github.com/USERNAME/REPOSITORY.git (fetch)
> origin  https://github.com/USERNAME/REPOSITORY.git (push)

Change your remote\'s URL from HTTPS to SSH with the git remote set-url command.
$ git remote set-url origin [email protected]:USERNAME/REPOSITORY.git

Verify that the remote URL has changed.
$ git remote -v
# Verify new remote URL
> origin  [email protected]:USERNAME/REPOSITORY.git (fetch)
> origin  [email protected]:USERNAME/REPOSITORY.git (push)
6
0

origine de l'ensemble git

 git remote -v
 git remote set-url origin https://github.com/USERNAME/REPOSITORY.git
4
0

définir l'url distante git

$ git remote set-url origin https://github.com/USERNAME/REPOSITORY.git

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