update-bash: don't be quiet for git init
The output will help to show git is initialized in the first time. Hence, offer a better UX.
This commit is contained in:
parent
0ec5fec801
commit
47d1c2c4e6
@ -47,7 +47,7 @@ git_init_if_necessary() {
|
||||
|
||||
if [[ ! -d ".git" ]]
|
||||
then
|
||||
git init -q
|
||||
git init
|
||||
git config --bool core.autocrlf false
|
||||
git config remote.origin.url https://github.com/Homebrew/homebrew.git
|
||||
git config remote.origin.fetch "+refs/heads/*:refs/remotes/origin/*"
|
||||
|
Loading…
x
Reference in New Issue
Block a user