learning and practices
set your account's default identity:
git config --global user.email "[email protected]"
git config --global user.name "LuossD"
Omit(省略、忽略) --global to set the identity only in this repository.
learning and practices
set your account's default identity:
git config --global user.email "[email protected]"
git config --global user.name "LuossD"
Omit(省略、忽略) --global to set the identity only in this repository.