what's wrong wtih my rebase? (git-svn)

2 messages, 2 authors, 2016-06-15 · open the first message on its own page

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'?

Re: what's wrong wtih my rebase? (git-svn)

From: Adam Brewster <hidden>
Date: 2016-06-15 22:47:09

On Tue, Aug 4, 2009 at 9:47 PM, G.zhen.ning[off-list ref] wrote:
git svn fetch
git svn rebase
git diff
vim my.html.erb                (resolve the conflict)
? git add html.erb   # (tell git you resolved the conflict)
git rebase --continue
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help