Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 245 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 245 Bytes

C_CPP

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.