Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git commit please tell me who you are

1.git init
2.git config user.name "someone"
3.git config user.email "someone@someplace.com"
4.git add *
5.git commit -m "some init msg"
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #git #commit
ADD COMMENT
Topic
Name
7+7 =