Open onecoders opened 11 years ago
git config --globle user.name "your name" git config --globle user.email "your email address"
By this setting in local repo, the Github can identify the commiter.
git config --globle user.name "your name" git config --globle user.email "your email address"