Skip to content
Snippets Groups Projects
Verified Commit dd55f893 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

chore(utils): Fix git tool to push before delete

parent a1e013f1
Branches
Tags v26.0.0rc1
No related merge requests found
......@@ -7,4 +7,5 @@ commit: ## Commit changes to git, push them to the remote and inform flux about
merge:
git fetch
git merge --no-ff origin/$(BRANCH) --no-edit
git push
git push origin --delete $(BRANCH)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment