git commit please tell me who you are

Shell
1.git init
2.git config user.name "someone"
3.git config user.email "[email protected]"
4.git add *
5.git commit -m "some init msg"

Source

Also in Shell: