11月 172019
 

 

git cherry-pick可以挑选某个分支的一个或多个commit,将其应用到当前分支上。

git cherry-pick <commit id>

查询commit id 的查询可以使用git log查询(查询版本的历史),最简单的语法如下:

git log

如果想查找已经被删除的某次commit,则可以用

git reflog

 


 Leave a Reply

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

(required)

(required)