Skip to content

CanGitArchive/linux-git-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linux + Git (Core) — Proof Pack

Goal: Prove baseline Linux + Git fluency (SSH, branches, PRs) and tmux use.

What’s included

  • scripts/hello.sh — simple system info script
  • .gitignore — ignores common noise
  • images/tmux-demo.png — tmux run screenshot
  • This README

How to run tmux demo

tmux new -s dev         # start a tmux session (Ctrl-b then d to detach)
./scripts/hello.sh      # run the demo

Git workflow used

  • 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

Artifacts

Closed PRs: #5, #6

Screenshot:

tmux demo

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages