Linux下命令行使用Git

1、提交

git commit -a -m "Your message"

2、推送

git push

3、查看状态

git status