git命令

git cherry-pick [commit号]

把一个commit复制一份到当前分支。

git reflog

HEAD曾经指向过的commit的历史。

git push origin :[分支号]

删除远端仓库的某个分支

git --amend --author='zhangsan'

修改commit的author

git rebase -i [commit号]

通过修改commit列表rebase

    原文作者:黑不溜秋
    原文地址: https://segmentfault.com/a/1190000019421856
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞