git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Why am I on Master instead of my branch
@ 2020-03-15  1:54 Jeffrey Walton
  2020-03-15  9:45 ` Andreas Schwab
  2020-03-15 10:52 ` SZEDER Gábor
  0 siblings, 2 replies; 3+ messages in thread
From: Jeffrey Walton @ 2020-03-15  1:54 UTC (permalink / raw)
  To: Git List

I'm trying to test some changes I made on a branch on some other
machines. The changes were committed and pushed. However, after a
checkout and pull on the other machines the changes were missing.

When I do a 'git branch' I am on master for some reason:

$ git branch
  cmake-inno-setup-COVERAGE
  config-guess
  declarations
* master

However, I have never switched back to master:

$ history | grep git | grep -E 'master|cmake'
...
2630  git checkout cmake-inno-setup-COVERAGE
 2631  git fetch upstream cmake-inno-setup-COVERAGE
 2632  git checkout cmake-inno-setup-COVERAGE
 2634  git checkout cmake-inno-setup-COVERAGE
 2635  git branch cmake-inno-setup-COVERAGE
 2757  git diff upstream/master
 2766  history | grep git | grep -E 'master|cmake'
<end of history>

How am I on master when I checked out cmake-inno-setup-COVERAGE?

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

end of thread, other threads:[~2020-03-15 10:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-15  1:54 Why am I on Master instead of my branch Jeffrey Walton
2020-03-15  9:45 ` Andreas Schwab
2020-03-15 10:52 ` SZEDER Gábor

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