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, and release commands.
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
.gitconfigfile with an option to user choose globally or not.This main branch will be used in
done,push, andreleasecommands.