gi t提交到主分支

1、git status 查询状态

2、git add .添加

3、git commit -m "41"   提交

4、git push -u origin master 推送的住分支

5 git push -u origin master -f 强制推动



数据库登陆:

/usr/local/MySQL/bin/mysql -u root -p

你可能感兴趣的:(gi t提交到主分支)