Set a default branch name
This commit is contained in:
parent
14fe67e179
commit
e9a399173b
@ -18,6 +18,7 @@ git config --global alias.br branch
|
|||||||
git config --global alias.ci commit
|
git config --global alias.ci commit
|
||||||
git config --global alias.st status
|
git config --global alias.st status
|
||||||
git config --global pull.rebase true
|
git config --global pull.rebase true
|
||||||
|
git config --global init.defaultBranch master
|
||||||
|
|
||||||
# Set identification from install inputs
|
# Set identification from install inputs
|
||||||
if [[ -n "${OMARCHY_USER_NAME//[[:space:]]/}" ]]; then
|
if [[ -n "${OMARCHY_USER_NAME//[[:space:]]/}" ]]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user