tenkr/learn/builder toolkit
From idea to live.
Without getting stuck.
Master classes and practical guides for getting more out of Tenkr.
2 guides published·3 categories on the way
Builder toolkit
Start with the workflow.
Then keep the cheatsheet open.
Tutorial·12 min read·Updated April 2026
The PR workflow, start to finish
A walk-through of the exact steps to take a change from a clean checkout to a merged PR — without losing track of your branches.
- Set up the repo
- Create a branch
- Raise the PR
- Sync after merge
Reference·5 min skim·Updated April 2026
Git commands cheatsheet
The handful of Git commands you actually reach for every day — grouped so you can scan, copy, and get back to building.
shellquick peek
// stage what you want, commit, push git add -p git commit -m "clean diff" git push
Coming soon→Tenkr basics·Workflows·Skills