git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* updating github.com forks, developing in remote branches and  svn:eol-style equiv?
@ 2010-03-28  6:32 Thomas Anderson
  2010-03-28  7:25 ` Alexander Iljin
  0 siblings, 1 reply; 4+ messages in thread
From: Thomas Anderson @ 2010-03-28  6:32 UTC (permalink / raw)
  To: git

Say on github.com I fork a repository.  Two weeks later, updates have
been made to the original repository and now I want to update my fork.
 How do I do this?

One possibility that occurs to me: I can create a new remote
repository - let's say "upstream" - with the URL of the original
repository and I can pull from that instead of the forked "origin"
repository.  I can then push the updates to the forked repository.

Is that the best way to do it, though?  It seems to me that I ought to
be able to have my github.com fork pull updates itself without my
having to pull and push with my own local repo.

Also, I'm unclear how to develop in remote branches.  If I go to the
"Switch/Checkout..." dialog I can switch to, say,
"remotes/origin/random-branch".  I do that, make some changes to one
of the new files and I then try to push those changes back.  In the
local drop down menu I only see two local branches, however - "(no
branch)" and the default branch.  Why is that?  If I just switched the
branch to, say, "remotes/origin/random-branch", shouldn't I now be
seeing that branch locally?

Finally, is there any Git equivalent to SVN's svn:eol-style and if so
how do I take advantage of it?

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

end of thread, other threads:[~2010-03-28 17:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2010-03-28 17:42     ` Alexander Iljin

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