mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-02 21:57:17 +00:00
Merge pull request #3995 from mkllnk/how-to-not-archive-branches
Remove obsolete script to archive branches
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Archive an old branch as a tagged named archive/branch-name to declutter the branch list
|
||||
|
||||
BRANCH_NAME=$1
|
||||
|
||||
git tag archive/$BRANCH_NAME $BRANCH_NAME
|
||||
git checkout -q archive/$BRANCH_NAME
|
||||
git branch -d $BRANCH_NAME
|
||||
git checkout -q master
|
||||
Reference in New Issue
Block a user