# Day 12: GitHub Resources

### Here are some valuable GitHub references and cheat sheets.

*(click headings to view the references)*

1. [**GitHub Docs: Git Cheatsheet**](https://docs.github.com/en/get-started/getting-started-with-git/git-cheatsheet)
    
    * A comprehensive Git cheat sheet provided by GitHub itself.
        
    * Quick reference to frequently used Git commands.
        
    * Available in several languages.
        
2. [**GitHub Enterprise Server Docs: Git Cheatsheet**](https://docs.github.com/en/enterprise-server@3.11/get-started/getting-started-with-git/git-cheatsheet)
    
    * Similar to the above, but specifically for GitHub Enterprise Server.
        
    * Useful for companies using GitHub Enterprise.
        
3. [**GitHub Training Kit: GitHub Cheatsheets**](https://training.github.com/)
    
    * GitHub’s official training resources, including cheat sheets.
        
    * Covers various topics related to Git and GitHub.
        
4. [**Git Cheat Sheet - GitHub Education**](https://education.github.com/git-cheat-sheet-education.pdf)
    
    * A concise Git cheat sheet designed for educational purposes.
        
    * Features commonly used Git commands for easy reference.
        

Thank you for reading😉.
