Stan Blog

學習過程中的一些記錄

[GIT] git cherry-pick

git cherry-Pick,抓取別的 branch commit,並在目前 branch 建立新 commit


$ git cherry-Pick <commit>

若有 conflict 一樣解完後

$ git add <file_name>
$ git cherry-Pick --continue


Ref:

Comments

comments powered by Disqus