Skip to content

sydlexxia/git-guide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Git & GitHub: The Essential Field Guide

A standalone HTML reference for developers learning Git and GitHub. No build step, no dependencies — open the file in any browser and go.

Live: https://people.well.com/user/scott/git-guide.html

What's covered

Section Commands
Getting started config, init, clone
Inspecting changes status, diff, log
Saving work add, commit, .gitignore
Branching branch, switch
Merging merge
Working with remotes remote, push, pull, fetch
Collaboration forks, pull requests, tag
Undoing things stash, restore, revert, reset

Each command includes a plain-English explanation, a real-world analogy, copy-paste examples, and warnings where relevant.

Usage

open git-guide.html

Design

  • Vanilla HTML, CSS, and JS — no framework, no build tooling
  • Dark theme, GitHub-inspired palette
  • Sticky sidebar nav with scroll-linked active state
  • Accordion cards, scroll progress bar, quick-reference cheat sheet
  • CSS-only syntax highlighting via span classes

License

MIT

Releases

No releases published

Packages

 
 
 

Contributors

Languages