git亲测命令

一、Git新建本地分支与远程分支关联问题

  git checkout -b branch_name origin/branch_name

  或者

  git branch --set-upstream branch_name origin/branch_name

  或者

  git branch branch_name

  git branch --set-upstream-to=origin/branch_name branch_name

二、查看本地分支所关联的远程分支

  git branch -vv

   git亲测命令

  git config --list

  git亲测命令

三、查看历史记录

  git log

  git亲测命令

  git log --stat

  git亲测命令

  git log --shortstat

  git亲测命令

上一篇:Mytatis 学习之 ORACLE 中 CLOB 数据类型


下一篇:matlab练习程序(GPU加速)