Cum să ștergeți git la distanță

Exemple de cod

26
0

cum să eliminați originea la distanță din git repo

git remote remove origin
6
0

eliminați git la distanță

# The example will remove the github remote. 
# Note that the command will not delete the repository, 
# just the local reference.
git remote rm origin
4
0

elimină telecomanda git

git remote remove origin
1
0

șterge git branch remote

git push -d origin <branch_name>
1
0

git șterge numele de la distanță

git remote rm remote_name
0
0

cum să eliminați originea la distanță git

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

În alte limbi

Această pagină este în alte limbi

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