Skip to content

Conversation

@KaelWD
Copy link

@KaelWD KaelWD commented Nov 24, 2025

Closes #113

@@ -0,0 +1,8 @@
function __git.develop_branch -d "Use dev if it exists. Falls back to develop"
command git rev-parse --git-dir &>/dev/null; or return
if command git show-ref -q --verify refs/heads/dev
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we need to invert this, develop should take priority so as to not impact existing users.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

support for other "develop" branches

2 participants