Gaukur fjarlægur -v fjarlægja

Kóða dæmi

104
0

eyða útibú í gaukur

// delete branch locally
git branch -d localBranchName

// delete branch remotely
git push origin --delete remoteBranchName
6
0

fjarlægja fjarlægur gaukur

# 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

kaupanda eyða útibú fjarlægur

$ git push -d <remote_name> <branch_name>
$ git branch -d <branch_name>
3
0

hvernig á að fjarlægja gaukur fjarlægur uppruna

git remote remove origin
2
0

eyða staðnum og afskekktum útibú kaupanda

$ git push <remote_name> :<branch_name>

Í önnur tungumál

Þetta page er í boði í önnur tungumál

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