A feature branch cycle
In this lesson you run the cycle of one task end to end: branch off an up-to-date main, make two commits on the branch, push it to the server, merge it back into main and push the result. It is the feature branch workflow from chapter 7, done by hand and all the way through.
What is already set up
The sandbox has no internet and no GitHub. The server here is a bare repository at ~/remote/project.git on this same machine: it has no working directory, only history. clone, push, pull and fetch work with it exactly the way they work with GitHub, only the address differs. The directory ~/project is already a clone: one commit Add the project skeleton, the files <
Locked
The rest of this lesson is part of a paid course
You are reading the open part. Buy the course to unlock the whole lesson and its lab.