Android_Question icon indicating copy to clipboard operation
Android_Question copied to clipboard

在使用git管理时,commit到本地库后,发现漏了文件,如何处理?(rebase命令合并两次commit的数据)

Open whatshappen opened this issue 5 years ago • 1 comments

whatshappen avatar Apr 17 '19 01:04 whatshappen

不用rebase也行,git add file,git commit --amend (合并到上一次commit内)

Skiiyis avatar Apr 19 '19 02:04 Skiiyis