feat(bash): run gitf after gitf b

This commit is contained in:
Victor Westerlund 2025-11-01 19:05:59 +01:00
parent 2591347cd3
commit 683acefc2d
Signed by: vlw
GPG key ID: D0AD730E1057DFC6

View file

@ -139,10 +139,12 @@ gitf () {
if git show-ref --verify --quiet refs/heads/"$branch"; then if git show-ref --verify --quiet refs/heads/"$branch"; then
git checkout $branch git checkout $branch
gitf
return 0 return 0
fi fi
git checkout -b $branch git checkout -b $branch
gitf
;; ;;
# Clear local branches that have no upstream on remote (cleanup) # Clear local branches that have no upstream on remote (cleanup)