Linux下命令行使用Git

1、提交

git commit -a -m "Your message"

 

2、推送

git push

 

3、查看状态

git status

 

  

转载于:https://www.cnblogs.com/AijunHe/p/5917639.html

你可能感兴趣的:(git,操作系统)