mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 15:05:59 +02:00
git-branch: add command (#3994)
This commit is contained in:
parent
1fd81dfadc
commit
976cf2ffc8
1 changed files with 4 additions and 0 deletions
|
@ -30,3 +30,7 @@
|
|||
- Delete a local branch (must not have it checked out to do this):
|
||||
|
||||
`git branch -d {{branch_name}}`
|
||||
|
||||
- Delete a remote branch:
|
||||
|
||||
`git push {{remote_name}} --delete {{remote_branch_name}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue