Linux下命令行使用Git

1、提交

git commit -a -m "Your message"

2、推送

git push

3、查看状态

git status

  

原文地址:https://www.cnblogs.com/AijunHe/p/5917639.html