Git Comprométate Por favor dime quién eres
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"
Long Lark