老師,能不能講下工作中g(shù)it的常用命令?

ken105242
2014-10-23
1 回答
舉報
0/150
提交
取消
老師,能不能講下工作中g(shù)it的常用命令?
2014-10-23
舉報
2020-03-07
git config --global user.name ""
git clone *
git init
git add
git commit
git push
git pull
git reset
git merge
git log
git --help