Git दूरस्थ -v को दूर

कोड उदाहरण

104
0

हटाने में एक शाखा git

// delete branch locally
git branch -d localBranchName

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

निकालें दूरस्थ git

# 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

github हटा शाखा रिमोट

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

गिट रिमोट मूल को कैसे हटाएं

git remote remove origin
2
0

स्थानीय और दूरस्थ शाखा गिटहब हटाएं

$ git push <remote_name> :<branch_name>

इसी तरह के पन्ने

उदाहरणों के साथ समान पृष्ठ

अन्य भाषाओं में

यह पृष्ठ अन्य भाषाओं में है

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