Git config remote.origen.URL

Ejemplos de código

16
0

git config remote.origen.URL

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

cambiar url remota git

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

establecer url de origen git

git remote add origin <git_url>
7
0

cambiar remoto para usar el comando ssh git

git remote add origin [email protected]:nikhilbhardwaj/abc.git
2
0

git remote chage url

git remote -v
# View existing remotes
# origin  https://github.com/user/repo.git (fetch)
# origin  https://github.com/user/repo.git (push)

git remote set-url origin https://github.com/user/repo2.git
# Change the 'origin' remote's URL

git remote -v
# Verify new remote URL
# origin  https://github.com/user/repo2.git (fetch)
# origin  https://github.com/user/repo2.git (push)
0
0

git establecer url de origen remoto

git remote set-url origin new.git.url/here

En otros idiomas

Esta página está en otros idiomas

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