git语法

1、clone项目: 

  进入要保存文件的文件夹,右键git bash here 数据 【git clone -b 分支名称   clone的url的地址】

2、idea提交代码:

   点击下方的Terminal  【git add .】

             【git commit -m "[msg]"】

            【git pust origin 分支名称】

posted @ 2021-12-03 20:38  skystrivegao  阅读(33)  评论(0编辑  收藏  举报