Install Git
๋งฅ์์ brew ์ค์นํ๊ธฐ
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"brew helpeval $(/opt/homebrew/bin/brew shellenv)
๋งฅ์์ Git ์ค์นํ๊ธฐ
brew install gitgit --versiongit config --global init.defaultBranch maingit config --global user.email "ella@gmail.com" git config --global user.name "Ella"
Last updated