摘要:
特别注意:"]"和"\"之间无空格 阅读全文
posted @ 2018-10-31 17:17
Jello
阅读(10734)
评论(0)
推荐(0)
摘要:
问题: 有以下commit: 323udd ede234 6e7s6e 要合并第一个和第二个commit 方法有二: 方法一 使用git rebase -i hash-id,-i表示以交互模式进行commit合并,hash-id指代某个commit,如 git rebase -i 6e7s6e (这 阅读全文
posted @ 2018-10-31 11:07
Jello
阅读(3342)
评论(0)
推荐(0)