git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* what's wrong wtih my rebase? (git-svn)
@ 2009-08-05  1:47 G.zhen.ning
  2009-08-05  3:46 ` Adam Brewster
  0 siblings, 1 reply; 2+ messages in thread
From: G.zhen.ning @ 2009-08-05  1:47 UTC (permalink / raw)
  To: git

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: what's wrong wtih my rebase? (git-svn)
  2009-08-05  1:47 what's wrong wtih my rebase? (git-svn) G.zhen.ning
@ 2009-08-05  3:46 ` Adam Brewster
  0 siblings, 0 replies; 2+ messages in thread
From: Adam Brewster @ 2009-08-05  3:46 UTC (permalink / raw)
  To: G.zhen.ning; +Cc: git

On Tue, Aug 4, 2009 at 9:47 PM, G.zhen.ning<g.zhen.ning@gmail.com> 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
>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-08-05  3:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-05  1:47 what's wrong wtih my rebase? (git-svn) G.zhen.ning
2009-08-05  3:46 ` Adam Brewster

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).