git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* 'HEAD' is not a commit (according to git-checkout)
@ 2020-05-21 19:00 Dana Dahlstrom
  2020-05-21 19:16 ` Jeff King
  2020-05-21 19:49 ` René Scharfe
  0 siblings, 2 replies; 16+ messages in thread
From: Dana Dahlstrom @ 2020-05-21 19:00 UTC (permalink / raw)
  To: git

What did you do before the bug happened? (Steps to reproduce your issue)

  $ git clone https://github.com/githubtraining/hellogitworld.git
  $ cd hellogitworld
  $ git checkout -b work -t master HEAD
  fatal: 'HEAD' is not a commit and a branch 'work' cannot be created from it
  $ git show -s --oneline
  ef7bebf (HEAD -> master, origin/master, origin/HEAD) Fix groupId […]
  $ git checkout -b work -t master ef7bebf
  fatal: 'ef7bebf' is not a commit and a branch 'work' cannot be created from it

What did you expect to happen? (Expected behavior)

  I expected a new branch named 'work' to be created and checked out,
  pointing to commit ef7bebf and with upstream branch set to 'master'.

What happened instead? (Actual behavior)

  I saw these erroneous messages (copied from above):

  fatal: 'HEAD' is not a commit and a branch 'work' cannot be created from it
  fatal: 'ef7bebf' is not a commit and a branch 'work' cannot be created from it

What's different between what you expected and what actually happened?

  I expected a new branch but instead saw erroneous messages.

Anything else you want to add:

  This question seems to show the same problem:
  stackoverflow.com/questions/48671851


[System Info]
git version:
git version 2.27.0.rc0.183.gde8f92d652-goog
cpu: x86_64
no commit associated with this build
sizeof-long: 8
sizeof-size_t: 8
uname: Linux 5.2.17-1rodete3-amd64 #1 SMP Debian 5.2.17-1rodete3
(2019-10-21 > 2018) x86_64
compiler info: gnuc: 8.3
libc info: glibc: 2.29

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

end of thread, other threads:[~2020-05-28 13:54 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-21 19:00 'HEAD' is not a commit (according to git-checkout) Dana Dahlstrom
2020-05-21 19:16 ` Jeff King
2020-05-23  7:07   ` René Scharfe
2020-05-23 16:29     ` Jeff King
2020-05-24  7:22       ` [PATCH 1/2] checkout: add tests for -b and --track René Scharfe
2020-05-27  6:40         ` Jeff King
2020-05-28 13:53           ` René Scharfe
2020-05-24  7:23       ` [PATCH 2/2] checkout: improve error messages for -b with extra argument René Scharfe
2020-05-27  6:42         ` Jeff King
2020-05-24  7:23       ` 'HEAD' is not a commit (according to git-checkout) René Scharfe
2020-05-24 16:15         ` Junio C Hamano
2020-05-27  6:52           ` Jeff King
2020-05-27 15:44             ` Junio C Hamano
2020-05-27 15:52               ` Randall S. Becker
2020-05-27 17:31                 ` Jeff King
2020-05-21 19:49 ` René Scharfe

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