第三步等于第一步第二步的结合,如下:
1 $ git add .
2 $ git commit -m "xxx"
3 $ git commit -am "xxx" (第三步等于第一步和第二步)
原文链接:https://blog.csdn.net/ourstronger/article/details/101058261
第三步等于第一步第二步的结合,如下:
1 $ git add .
2 $ git commit -m "xxx"
3 $ git commit -am "xxx" (第三步等于第一步和第二步)
原文链接:https://blog.csdn.net/ourstronger/article/details/101058261