Answers for "Please tell me who you are. in git"

2

git commit please tell me who you are

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"
Posted by: Guest on June-25-2020
0

Please tell me who you are. in git

git config user.name "someone"
git config user.email "[email protected]"
Posted by: Guest on July-24-2021

Code answers related to "Please tell me who you are. in git"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language