-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Define an user main branch #9
Labels
Comments
It's better using So, these are the commands:
This should be part of |
Well, maybe we can give to users just a command to set the main branch when them want like this: |
@fabriciofx don't worry about this issue. When PR #3 is merged, I may do this issue. |
Open
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Let's give a possibility to user could define its own main branch (default is
master
).Sometimes we could not push our changes into the main branch because this could be dangerous. So, because that, the user could define its own main branch.
This parameter should be stored in
.gitconfig
file with an option to user choose globally or not.This main branch will be used in
done
,push
, andrelease
commands.The text was updated successfully, but these errors were encountered: