Clear Code
  • Introduction
    • About This Book
    • Timeline
    • Software Killers
    • Billion Dollar Mistakes
    • Clear Code Overview
    • Clear Code Rules
  • Data Processing
    • Separate Data Collection And Processing
    • Create Data Models
    • Separate Use Cases
    • Data Should Be Immutable
  • Examples
    • Separate Use Cases With Data Model
  • Maintenance Cost
    • Consider the Maintenance Cost
    • The Software Exists In Time
    • Don't Feed the Monsters
  • OOP
    • Separate Data And Procedures
    • Do Not Use Inheritance
    • When To Avoid Inheritance?
    • What Is The Problem With Abstract Frameworks?
  • VARIOUS
    • The Real Single Responsibility Principle
    • The problem with Clean Code's name
    • How To Handle Warnings
    • Do Not Create Constant Collection Classes
  • Externals
    • Links
    • Quotes
    • Funny
  • Technology
    • Git Tutorials
  • Clean Code
    • Clean Code Introduction
      • Origin & Overview
      • Advanced
      • Typical Issues
    • Clean Code Outline
      • Why Clean Code?
      • Clean Code
      • Clean Code Approaches
      • Specification & Design
      • Duplication
      • Refinement & Refactoring
      • Conventions
      • Names
      • Types
      • Methods
      • Nulls and Validity Checks
      • Comments
      • Dead Code
      • Error Handling
      • Classes
      • Code Formatting
      • Unit Tests
      • Special Cases
      • Object Oriented Programming
      • General Code Smells
    • Clean Code Links
    • Clean Code TOC
    • Effective Java TOC
Powered by GitBook
On this page

Was this helpful?

  1. Technology

Git Tutorials

2021.02.23

Here I have collected a couple of useful online documentation to learn Git.

Books

The Pro Git book on the official Git home page.

Git User Manual

References

The official Git home page.

Man pages, nice formatting.

Man pages, standard formatting.

Tutorials

The official Git home page.

Atlassian (Bitbucket).

Tutorials with Images

Interactive Tutorials

Branches.

Commands.

Repositories.

Usage: chose something from the top-left list.

Cheat Sheets

Online.

The same in PDF.

Downloadable PDF.

Download or open images.

Download or open images.

Quick Help

Last updated 4 years ago

Was this helpful?

Troubleshooting oriented.

🙂
https://git-scm.com/book/en/v2
https://mirrors.edge.kernel.org/pub/software/scm/git/docs/user-manual.html
https://git-scm.com/docs
https://git.github.io/htmldocs/git.html
https://mirrors.edge.kernel.org/pub/software/scm/git/docs/
https://git-scm.com/docs/gittutorial
https://githowto.com/
http://gitimmersion.com/lab_01.html
https://www.atlassian.com/git/tutorials/setting-up-a-repository
https://marklodato.github.io/visual-git-guide/index-en.html
https://backlog.com/git-tutorial/recording-changes/
https://learngitbranching.js.org/
http://onlywei.github.io/explain-git-with-d3/
http://ndpsoftware.com/git-cheatsheet.html
http://git-school.github.io/visualizing-git/
https://github.github.com/training-kit/downloads/github-git-cheat-sheet/
https://github.github.com/training-kit/downloads/github-git-cheat-sheet.pdf
https://www.atlassian.com/git/tutorials/atlassian-git-cheatsheet
https://www.git-tower.com/learn/cheat-sheets/git
https://www.git-tower.com/learn/cheat-sheets/vcs-workflow
https://ohshitgit.com/