Git¶
Resources¶
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¶
Cheat Sheets¶
GitHub: Git cheat sheet
Git command visualizer - Groups commands by subject
Glossary¶
- @
Alias for
HEAD
(release notes)- 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.
- 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.