An open API service indexing awesome lists of open source software.

https://github.com/nalgeon/git-by-example

Step-by-step guide to Git operations
https://github.com/nalgeon/git-by-example

book git pdf

Last synced: 4 months ago
JSON representation

Step-by-step guide to Git operations

Awesome Lists containing this project

README

          

# Git by Example Minibook

Git is _the_ distributed version control system used in software development today. It's very powerful, but also known for its not-so-obvious syntax.

I got tired of googling the same Git commands over and over again. So I created this step-by-step guide to Git operations, from basic to advanced. You can read it from start to finish to (hopefully) learn more about Git, or jump to a specific use case that interests you.

[Download PDF](https://github.com/nalgeon/git-by-example/blob/main/git-by-example.pdf) (1 MB) |
[Read online](https://antonz.org/git-by-example/) |
[Try playground](https://codapi.org/git/)

Licensed under [CC BY-NC-ND](https://creativecommons.org/licenses/by-nc-nd/4.0/)

[Anton Zhiyanov](https://antonz.org/), 2024