Overview of eBook Chapters
mainThe eBook is organized into several topical chapters covering the full spectrum of Git and GitHub usage. Key topics include:
- Setup: Installing Git, Git Configuration, and SSH Keys.
- Basic Workflow: Initializing projects,
git status,git add,git commit,git diff, andgit log. - Remote Operations:
git push,git pull,git clone, and Forking. - Branching & Merging: Git Branches, Git Merge, Git Rebase, and Git Switch.
- Advanced/Utility: Git Stash, Git Alias, Gitignore, Pull Requests, and GitHub CLI.
- Reference: GitHub Markdown Cheatsheet and a Git Command Cheat Sheet.