This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Git Cheat Sheet | |
Author: Fran Litterio <flitterio -at- gmail.com> | |
Things to do: | |
- Show Git commands throughout the 'Basic Concepts' and 'Advanced Concepts' sections. | |
- Stashing: https://git-scm.com/book/en/v2/Git-Tools-Stashing-and-Cleaning | |
- Revision specification syntax: https://git-scm.com/book/en/v2/Git-Tools-Revision-Selection | |
- man gitrevisions | |
- Reflog syntax: HEAD@{n}, HEAD@{yesterday}, HEAD@{2.months.ago}, ... |