Next Join my army of git zombies! 22

Branches

Speaking of branches, let's make one

Let's make an experimental line of development

If that line works out well, we'll merge it back into the main line

        git branch experiment
        git checkout experiment
        cat .git/HEAD


Next https://perl.plover.com/yak/git-intro/