Create a new blank branch (NEW_BRANCH
)
|
|
Add a single file (need to have a commit)
|
|
Delete the branch you want to remove (OLD_BRANCH
)
|
|
Rename the current branch (NEW_BRANCH
) to the deleted branch (OLD_BRANCH
)
|
|
Push your changes
|
|
Create a new blank branch (NEW_BRANCH
)
|
|
Add a single file (need to have a commit)
|
|
Delete the branch you want to remove (OLD_BRANCH
)
|
|
Rename the current branch (NEW_BRANCH
) to the deleted branch (OLD_BRANCH
)
|
|
Push your changes
|
|