From: "J.V." <jvsrvcs@gmail.com>
To: "git@vger.kernel.org" <git@vger.kernel.org>
Subject: more git weirdness (git rebase, merge conflicts
Date: Wed, 27 Mar 2013 12:51:37 -0600 [thread overview]
Message-ID: <51533FB9.7070307@gmail.com> (raw)
I have a local/development branch tracked to origin/development. I made
no changes to local/dev and did a git pull with rebase, I did not expect
any conflicts.
I got a conflict and was thrown onto another branch. I attempted a
merge (using IntelliJ) accepting everything from the server but a
variable definition was missing for some odd reason and the merge was
not successful (merge was resolved but the file would not compile) so I
decided to simply go back to my dev branch and figure out how to do a
git pull -f (force overwrite of all local files so that I could get my
local/dev back into sync with origin/dev.
On my screwed up branch that I was thrust onto:
I typed:
$git rebase --skip <= I was stuck in a rebase (rebase
failed, was thrown onto a tmp branch and thought this would get me out
of there)
Now I have been sitting here for an hour watching "Applying: <message"
scroll by and it looks like the messages are going backwards into the
past one by one. What the hell is happening?
Applying: add log information
Applying: <previous message
.... and it goes on and on and on.
All I want to do at this point is to get back to my dev branch and force
pull from origin/dev while keeping all local files that have not been
added to my local repo.
How do I stop this madness and get back to local dev and force pull from
origin/dev <= which is our master.
Any help would be greatly appreciated.
thanks
J.V.
next reply other threads:[~2013-03-27 18:58 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-27 18:51 J.V. [this message]
2013-03-28 16:04 ` more git weirdness (git rebase, merge conflicts Magnus Bäck
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=51533FB9.7070307@gmail.com \
--to=jvsrvcs@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).