To install git, I ran the following command:
brew install git
git --version
-> git version 2.39.0
git config --global user.name "woojin"
git config --global user.email "woojinwork16@gmail.com"
git init
I did it as above, but there is "?6" after path as shown in the picture below.
How can I solve this?
I don't want to see "?6".
I used apple git and reinstalled it through homebrew to solve this problem.