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
- Host: GitHub
- URL: https://github.com/nalgeon/git-by-example
- Owner: nalgeon
- Created: 2024-03-16T14:44:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-20T08:44:18.000Z (over 1 year ago)
- Last Synced: 2025-06-29T07:44:53.809Z (4 months ago)
- Topics: book, git, pdf
- Homepage:
- Size: 560 KB
- Stars: 60
- Watchers: 4
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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