git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Tracking remote branches
@ 2009-09-14  0:37 Thiago Farina
  2009-09-14  5:01 ` Nicolas Sebrecht
  0 siblings, 1 reply; 4+ messages in thread
From: Thiago Farina @ 2009-09-14  0:37 UTC (permalink / raw)
  To: git

Hi,

I'm not understanding what is happening here. I tried to track a
remote branch, origin/maint from git. So I did:
$ git branch --track maint origin/maint
$ git checkout maint

I know that I could do simply, instead of above:
$ git checkout --track -b maint origin/maint

OK, now I switched to maint branch. And then I did:
$ git status

# On branch maint
# Changes to be committed
#    (use "git reset HEAD <file>..." to unstage)
#
#          new file:    git-remote-curl
#          new file:    git-replace
#

What happened here? What I have to do now?

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

end of thread, other threads:[~2009-09-14 19:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-14  0:37 Tracking remote branches Thiago Farina
2009-09-14  5:01 ` Nicolas Sebrecht
2009-09-14 18:30   ` Thiago Farina
2009-09-14 19:19     ` Heiko Voigt

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