mirror of
https://github.com/namibia/tips.git
synced 2024-12-22 10:08:58 +00:00
Revert "tip for deleting a local or remote branch"
This commit is contained in:
parent
abb579e995
commit
0a7bbef10c
@ -35,12 +35,4 @@
|
|||||||
"title": "Track upstream branch",
|
"title": "Track upstream branch",
|
||||||
"tip": "git branch -u origin/mybranch"
|
"tip": "git branch -u origin/mybranch"
|
||||||
}
|
}
|
||||||
{
|
|
||||||
"title": "Delete local branch",
|
|
||||||
"tip": "git branch -d local_branchname"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
"title": "Delete remote branch",
|
|
||||||
"tip": "git push origin :remote_branchname"
|
|
||||||
}
|
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user