From db23ff63381dcd7dcd93d6562d86950ce846faeb Mon Sep 17 00:00:00 2001 From: "M. Mert Yildiran" Date: Tue, 30 Jul 2024 02:35:35 +0300 Subject: [PATCH] Update `branch` and `switch-to-branch` Makefile rules --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 712e2d542..fc69ea9bd 100644 --- a/Makefile +++ b/Makefile @@ -191,10 +191,8 @@ branch: @cd ../worker && git checkout master && git pull && git checkout -b $(name); git push --set-upstream origin $(name) @cd ../hub && git checkout master && git pull && git checkout -b $(name); git push --set-upstream origin $(name) @cd ../front && git checkout master && git pull && git checkout -b $(name); git push --set-upstream origin $(name) - @cd ../kubeshark && git checkout master && git pull && git checkout -b $(name); git push --set-upstream origin $(name) switch-to-branch: @cd ../worker && git checkout $(name) @cd ../hub && git checkout $(name) @cd ../front && git checkout $(name) - @cd ../kubeshark && git checkout $(name)