.. _git: === Git === .. highlight:: console Resources ========= - `What are commit-ish and tree-ish in Git? `_ - `Keeping a fork up to date `_ - `Changing author info `_ - Script for updating any commits with matching user/email fields - `Git man page generator `_ - Generate fake documentation (humor) - Workflows - `GitHub Flow `_ - A lightweight, branch-based workflow that supports teams and projects where deployments are made regularly Documentation ------------- - `Homepage `_ - `Pro Git `_ - second edition by Scott Chacon and Ben Straub (`source `_) - `Rebasing `_ - `Specifying revisions `_ Cheat Sheets ------------ - GitHub: `Git cheat sheet `_ - `Git command visualizer `_ - Groups commands by subject Glossary ======== .. include:: substitute.rst `Documentation `_ @ Alias for |head| (`release notes `_) :git-glossary:`commit-ish ` Any object that leads to a commit, e.g.: a commit, a tag pointing to a commit, a tag pointing to a tag ... pointing to a commit. :git-glossary:`tree-ish ` Any object that contains a list of file names and modes along with refs to the associated blob and/or tree objects. Equivalent to a directory. Commands ======= .. toctree:: :maxdepth: 1 :glob: command/*