git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "G.zhen.ning" <g.zhen.ning@gmail.com>
To: git@vger.kernel.org
Subject: what's wrong wtih my rebase? (git-svn)
Date: Wed, 5 Aug 2009 09:47:09 +0800	[thread overview]
Message-ID: <44ceb8150908041847mbf7d238r60a59ee40ef6e232@mail.gmail.com> (raw)

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

             reply	other threads:[~2009-08-05  1:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-05  1:47 G.zhen.ning [this message]
2009-08-05  3:46 ` what's wrong wtih my rebase? (git-svn) Adam Brewster

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=44ceb8150908041847mbf7d238r60a59ee40ef6e232@mail.gmail.com \
    --to=g.zhen.ning@gmail.com \
    --cc=git@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).