请给我介绍几个git命令的意思?
1,git status;
2,git add;
3,git log;
4,git commit -a -m;
5,git push origin HEAD:refs/for/master;
6,git reset;
7,git clone.
人气:159 ℃ 时间:2020-05-22 14:17:17
解答
1.git status 看状态2.git add 添加一个文件到git index [file name]3.git log 看你commit的日志4.git commit -a 提交当前repos的所有的改变git commit -m 添加commit信息5.git push origin HEAD:refs/for/master 不...
推荐
猜你喜欢