1. Home
  2. Docs
  3. git
  4. 常用操作
  5. 查看状态

查看状态

  • git status 只能查看未传送代码库提交的次数
  • git cherry -v只能查看未传送代码库提交的描述/说明(唯一id)
  • git log master ^origin/master则可以查看未传送代码库提交的详细信息

相关资料

git cherry-pick 教程

Tags
Was this article helpful to you? Yes No

How can we help?