第一次使用时
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"
注意2,3两步的顺序
时间: 2024-10-25 21:30:44
第一次使用时
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"
注意2,3两步的顺序