From: Thomas Anderson <zelnaga@gmail.com>
To: Alexander Iljin <ajsoft@yandex.ru>
Cc: git@vger.kernel.org
Subject: Re: updating github.com forks, developing in remote branches and svn:eol-style equiv?
Date: Sun, 28 Mar 2010 12:07:14 -0500 [thread overview]
Message-ID: <15b345f1003281007r3e8b3e86p787f9ef554054adf@mail.gmail.com> (raw)
In-Reply-To: <158811269761123@webmail102.yandex.ru>
On Sun, Mar 28, 2010 at 2:25 AM, Alexander Iljin <ajsoft@yandex.ru> wrote:
> You should do it the way you described - via local repository, because you
> might need to resolve conflicts along the way.
> There is the "Fork Queue" feature on GitHub, you may give it a try.
In playing around with their Fork Queue feature... I have a week old
fork to which I've made no changes. I do "Select All" for al the
changes in teh original fork and then select "Apply" in the drop down
"Actions" menu. It then just sits there doing nothing. It says
"Status: Processing 1 of 8 Commits" and that's it. Shouldn't it
actually be doing something?
> To have a local branch you should create it:
> git checkout -b branchName remotes/origin/branchName
> Remote branches are there only to track the state of the remote repo,
> you should only commit to local branches and then push your work to
> remotes.
I think I figured out some of my confusion - there's a "Create New
Branch" checkbox in the "Checkout\Switch" dialog that needs to be
checked that isn't by default. I guess the idea is that, by default,
TortoiseGit assumes you want to make the branch you checkout the
default branch?
next prev parent reply other threads:[~2010-03-28 17:07 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-03-28 6:32 updating github.com forks, developing in remote branches and svn:eol-style equiv? Thomas Anderson
2010-03-28 7:25 ` Alexander Iljin
2010-03-28 17:07 ` Thomas Anderson [this message]
2010-03-28 17:42 ` Alexander Iljin
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=15b345f1003281007r3e8b3e86p787f9ef554054adf@mail.gmail.com \
--to=zelnaga@gmail.com \
--cc=ajsoft@yandex.ru \
--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).