Hacker News new | ask | show | jobs
by yissp 2077 days ago
The configure.sh script you run at the start creates a few aliases (start, verify, exercises). See https://raw.githubusercontent.com/fracz/git-exercises/master...
1 comments

Thank you for posting this, when I cloned the repo initially from the site, configure.sh was not included.
Yup, the initial `git clone` is checking out detached head 71c5f2d08f23d30c6fc11ac71d65f683b326c844.

It looks like the remote bare repo has a botched HEAD.

Workaround:

    cd exercises
    git checkout master
    ./configure.sh
    git start
> It looks like the remote bare repo has a botched HEAD.

So the guy teaching us git has a messed-up git repo...?

(╯°□°)╯︵ ┻━┻