Skip to content
Snippets Groups Projects
Commit 47d1c2c4 authored by Xu Cheng's avatar Xu Cheng
Browse files

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.
parent 0ec5fec8
No related branches found
No related tags found
No related merge requests found
......@@ -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/*"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment