Goal: Prove baseline Linux + Git fluency (SSH, branches, PRs) and tmux use.
scripts/hello.sh
— simple system info script.gitignore
— ignores common noiseimages/tmux-demo.png
— tmux run screenshot- This README
tmux new -s dev # start a tmux session (Ctrl-b then d to detach)
./scripts/hello.sh # run the demo
-
Feature branch created with
git switch -c
-
Commit locally with
git commit
-
Publish branch with
git push -u origin <branch>
-
Open PR (GitHub UI or
gh pr create
) and merge
Screenshot: