天天看點

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親測指令

   

  git reflog

git親測指令

本文轉自 小眼兒 部落格園部落格,原文連結:http://www.cnblogs.com/hujunzheng/p/5938552.html,如需轉載請自行聯系原作者