Skip to content

Commit

Permalink
feat(platform): add git rm branches rush command (#710)
Browse files Browse the repository at this point in the history
Signed-off-by: hxtree <[email protected]>
  • Loading branch information
hxtree authored Nov 17, 2023
1 parent 022ed0e commit cc0e9df
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions common/config/rush/command-line.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@
"shellCommand": "common/scripts/dotenv/setup.sh",
"safeForSimultaneousRushProcesses": true
},
{
"name": "rm-branches",
"commandKind": "global",
"summary": "Remove local branches",
"shellCommand": "common/scripts/git-scm/rm-branches.sh",
"safeForSimultaneousRushProcesses": true
},
{
"name": "branch-naming-policy",
"commandKind": "global",
Expand Down

0 comments on commit cc0e9df

Please sign in to comment.