git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Switching between branches
@ 2005-04-21  1:42 Pavel Roskin
  2005-04-21  7:31 ` Petr Baudis
  0 siblings, 1 reply; 4+ messages in thread
From: Pavel Roskin @ 2005-04-21  1:42 UTC (permalink / raw)
  To: git

Hello!

Perhaps it's a naive question, but how do I switch between branches?  I
mean an equivalent of "svn switch" or "cvs update -r branch" that would
reuse the existing working directory.

I tried to switch a git-pasky working directory to the linus branch.

Here's what I tried:

git track linus
git cancel
git pull
git cancel
git merge linus
git cancel

After all that I found that README is still from the pasky branch.

Then I tried "git merge -b pasky linus" - this actually changed the
files to the linus branch, but it didn't remove files specific to
git-pasky.  Also, I'm surprised that I had to specify "-b pasky", as if
the currently checked out branch is unknown.

I'm using git-pasky 0.6.2.

-- 
Regards,
Pavel Roskin


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

end of thread, other threads:[~2005-04-21 16:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-21  1:42 Switching between branches Pavel Roskin
2005-04-21  7:31 ` Petr Baudis
2005-04-21 14:12   ` Matthias Urlichs
2005-04-21 16:39     ` Petr Baudis

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