How do I use 'git rebase -i' to rebase all changes in a branch?

后端 未结 8 1323
Happy的楠姐
Happy的楠姐 2020-12-12 20:36

Here\'s an example:

>git status
# On branch master
nothing to commit (working directory clean)
>git checkout -b test-branch
>vi test.c
>git add t         


        
8条回答
提交回复
热议问题