what's wrong wtih my rebase? (git-svn)
From: G.zhen.ning <hidden>
Date: 2016-06-15 22:47:09
git svn fetch git svn rebase git diff vim my.html.erb (resolve the conflict) git rebase --continue problem still there. little programmer needs some help. --------------------------- rebase refs/remotes/stream: command returned error: 1 nn@nn:~/forum$ git diff diff --cc app/views/layouts/my.html.erb index b6092da,ce476f3..0000000
--- a/app/views/layouts/my.html.erb
+++ b/app/views/layouts/my.html.erb@@@ -42,7 -42,7 +42,11 @@@ <% end -%> </ul> <% else -%> ++<<<<<<< HEAD:app/views/layouts/my.html.erb + <span class="nothing">nothing</span> ++======= + <span class="nothing">nothing</span> ++>>>>>>> add a nothing css style:app/views/layouts/my.html.erb <% end -%> </div> </div> nn@nn:~/forum$ vim app/views/layouts/my.html.erb nn@nn:~/forum$ git rebase --continue You must edit all merge conflicts and then mark them as resolved using git add nn@nn:~/forum$ git add . nn@nn:~/forum$ git rebase --continue Applying: add a nothing css style No changes - did you forget to use 'git add'?