Slides for the workshop "Git beyone the basics" at CodersHQ.
Live version of the slides here
- 22DEC11 @ CodersHQ
To start the slide show:
npm install
npm run dev
- visit http://localhost:3030
Edit the slides.md to see the changes.
Learn more about Slidev on documentations.
- To build the slide show you add the
gh-pages
branch as worktree
git worktree add -b gh-pages ../ws-git-beyond-basics-gh-pages
- Then build the slide using
make.sh
script
./make.sh
-
23MAR03
- Added CodersHq logo & site QR code
- Published the slides
-
22DEC11
- Initial version