Git

作者: 叫兽吃橙子 | 来源:发表于2018-12-29 15:39 被阅读0次

基本操作

1.查看修改脚本

git status

2.查看修改的内容

git diff

3.提交修改的代码

git add dongyuan/app/app.dj_order_cat_section_pi.hql mysql2hive/mysql2hive.conf tool/hue_hive.py

4.给这次修改添加备注

git commit -m "dy:bug change,add table,optimization"

5.任务分发

git push -u origin master

相关文章

网友评论

      本文标题:Git

      本文链接:https://www.haomeiwen.com/subject/mtqplqtx.html