Ecosyste.ms: Awesome

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

https://github.com/bobbyiliev/introduction-to-git-and-github-ebook

Free Introduction to Git and GitHub eBook
https://github.com/bobbyiliev/introduction-to-git-and-github-ebook

devops ebook git github hacktoberfest opensource

Last synced: 28 days ago
JSON representation

Free Introduction to Git and GitHub eBook

Lists

README

        









## πŸ’‘ Introduction to Git and GitHub

This is an open-source introduction to Git and GitHub guide that will help you learn the basics of version control and start using Git for your SysOps, DevOps, and Dev projects. No matter if you are a DevOps/SysOps engineer, developer, or just a Linux enthusiast, you can use Git to track your code changes and collaborate with other members of your team or open source maintainers.

The guide is suitable for anyone working as a developer, system administrator, or a DevOps engineer and wants to learn the basics of Git, GitHub and version control in general.

## πŸš€ Download

To download a copy of the eBook use one of the following links:

* [**Dark mode**](https://github.com/bobbyiliev/introduction-to-git-and-github-ebook/raw/main/ebook/en/export/introduction-to-git-and-github-dark.pdf)

* [**Light mode**](https://github.com/bobbyiliev/introduction-to-git-and-github-ebook/raw/main/ebook/en/export/introduction-to-git-and-github-light.pdf)

* [**ePub**](https://github.com/bobbyiliev/introduction-to-git-and-github-ebook/raw/main/ebook/en/export/introduction-to-git-and-github.epub)

## πŸ“˜ Chapters

* [**About the book**](ebook/en/content/000-introduction.md)
* [**Introduction to Git**](ebook/en/content/001-introduction-to-git.md)
* [**Version Control**](ebook/en/content/002-version-control.md)
* [**Installing Git**](ebook/en/content/003-installing-git.md)
* [**Basic Shell Commands**](ebook/en/content/004-basic-shell-commands.md)
* [**Git Configuration**](ebook/en/content/005-git-configuration.md)
* [**Introduction to GitHub**](ebook/en/content/006-introduction-to-GitHub.md)
* [**Initializing a Git project**](ebook/en/content/007-initializing-a-project.md)
* [**Git Status**](ebook/en/content/008-git-status.md)
* [**Git Add**](ebook/en/content/009-git-add.md)
* [**Git Commit**](ebook/en/content/010-git-commit.md)
* [**Git Diff**](ebook/en/content/011-git-diff.md)
* [**Git Log**](ebook/en/content/012-git-log.md)
* [**Gitignore**](ebook/en/content/013-gitignore-file.md)
* [**SSH Keys**](ebook/en/content/014-ssh-keys.md)
* [**Git Push**](ebook/en/content/015-git-push.md)
* [**Git Pull**](ebook/en/content/016-git-pull.md)
* [**Git Branches**](ebook/en/content/017-git-branching.md)
* [**Git Merge**](ebook/en/content/018-git-merge.md)
* [**Reverting changes**](ebook/en/content/019-undoing-in-git.md)
* [**Git Clone**](ebook/en/content/020-git-clone.md)
* [**Forking in Git**](ebook/en/content/021-forking-in-git.md)
* [**Git Workflow**](ebook/en/content/022-git-workflow.md)
* [**Pull Requests**](ebook/en/content/023-pull-requests.md)
* [**Git And VS Code**](ebook/en/content/024-git-and-VS-Code.md)
* [**GitHub CLI**](ebook/en/content/025-github-cli.md)
* [**Git Stash**](ebook/en/content/026-git-stash.md)
* [**Git Alias**](ebook/en/content/027-git-alias.md)
* [**Git Rebase**](ebook/en/content/028-git-rebase.md)
* [**Git Switch**](ebook/en/content/029-git-switch.md)
* [**GitHub Markdown Cheatsheet**](ebook/en/content/030-github-markdown-cheatsheet.md)
* [**Git Cheat Sheet**](ebook/en/content/998-git-commands-cheat-sheet.md)
* [**Create your GitHub profile**](ebook/en/content/997-create-your-github-profile.md)
* [**Conclusion**](ebook/en/content/999-conclusion.md)

## 🌟 Sponsors

This book is made possible thanks to these fantastic companies!

### πŸ’™ DigitalOcean

DigitalOcean is a cloud services platform delivering the simplicity developers love and businesses trust to run production applications at scale.

It provides highly available, secure, and scalable compute, storage, and networking solutions that help developers build great software faster.

Founded in 2012 with offices in New York and Cambridge, MA, DigitalOcean offers transparent and affordable pricing, an elegant user interface, and one of the largest libraries of open source resources available.

For more information, please visit [https://www.digitalocean.com](https://www.digitalocean.com) or follow [@digitalocean](https://twitter.com/digitalocean) on Twitter.

If you are new to DigitalOcean, you can get a free $100 credit and spin up your own servers via this referral link here:

[Free $100 Credit For DigitalOcean](https://m.do.co/c/2a9bba940f39)

### πŸ‘©β€πŸ’» DevDojo

The DevDojo is a resource to learn all things web development and web design. Learn on your lunch break or wake up and enjoy a cup of coffee with us to learn something new.

Join this developer community, and we can all learn together, build together, and grow together.

[Join DevDojo](https://devdojo.com?ref=bobbyiliev)

For more information, please visit [https://www.devdojo.com](https://www.devdojo.com?ref=bobbyiliev) or follow [@thedevdojo](https://twitter.com/thedevdojo) on Twitter.

## πŸ•ΈοΈ Web Page

A web page showcasing the eBook:

[Introduction to Git and GitHub website](https://git.bobby.sh)

The web page was built using [Tails](http://devdojo.com/tails), a new `kick-ass` drag-and-drop TailwindCSS page builder!

### DigitalOcean App Platform

The will be hosted on the [DigitalOcean App Platform](https://www.digitalocean.com/products/app-platform/).

We will utilize the ["Deploy to DigitalOcean" Button](https://www.digitalocean.com/docs/app-platform/how-to/add-deploy-do-button) to deploy to the App Platform:

[![Deploy to DO](https://mp-assets1.sfo2.digitaloceanspaces.com/deploy-to-do/do-btn-blue.svg)](https://cloud.digitalocean.com/apps/new?repo=https://github.com/bobbyiliev/introduction-to-git-and-github-ebook/tree/main)

## πŸ“Ή Mini Video Course

If you prefer watching videos rather than reading, you can find a quick crash course based on the eBook here:

**[Introduction to Git and GitHub Mini Video Crash Course](https://www.youtube.com/watch?v=UpdhourKi3c&list=PLY7SzAmnEqp7P6KHmBKBVNIjZkXMKh_fn)**

## πŸ’» Interactive training

You can follow the interactive training online here:

[Interactive Git training](https://git.bobby.sh/training.html)

The training was built with Katacoda. You can find the Katacoda repository [here](https://github.com/bobbyiliev/katacoda).

For more information on how to use Katacoda make sure to follow the steps from this tutorial here:

[How to Use Katacoda to Create Highly Engaging Training Tutorials](https://devdojo.com/bobbyiliev/how-to-use-katacoda-to-create-highly-engaging-training-tutorials)

## πŸ‘‹ About the author

My name is Bobby Iliev, and I have been working as a Linux DevOps Engineer since 2014. I am an avid Linux lover and supporter of the open-source movement philosophy. I am always doing that which I cannot do in order that I may learn how to do it, and I believe in sharing knowledge.

I think it's essential always to keep professional and surround yourself with good people, work hard, and be nice to everyone. You have to perform at a consistently higher level than others. That's the mark of a true professional.

For more information, please visit my blog at [https://bobbyiliev.com](https://bobbyiliev.com), follow me on Twitter [@bobbyiliev_](https://twitter.com/bobbyiliev_) and [YouTube](https://www.youtube.com/channel/UCQWmdHTeAO0UvaNqve9udRw).

In case that you want to support me you can Buy Me a Coffee here:

Buy Me A Coffee

## πŸ”₯ PDF Generation Tool

The project uses [Ibis](https://github.com/themsaid/ibis/) developed by [Mohamed Said](https://github.com/themsaid).

Ibis is a PHP tool that helps you write eBooks in Markdown.

## πŸ“• ePub Generation Tool

The ePub version was generated by [Pandoc](https://pandoc.org/).

## 🎨 Book Cover

The cover for this eBook was created with [Canva.com](https://www.canva.com/join/determined-cork-learn).

If you ever need to create a graphic, poster, invitation, logo, presentation – or anything that looks good β€” give Canva a go.

## πŸ”— Links

- [My blog](https://bobbyiliev.com)
- [Free $100 Credit For DigitalOcean](https://m.do.co/c/2a9bba940f39)
- [Join DevDojo](https://devdojo.com?ref=bobbyiliev)
- [Ibis](https://github.com/themsaid/ibis/)
- [Canva](https://www.canva.com/)
- [Tails](http://devdojo.com/tails)
- [Katacoda](https://www.katacoda.com/)

## πŸ“– Other eBooks

- [Introduction to Bash Scripting eBook](https://github.com/bobbyiliev/introduction-to-bash-scripting)
- [Introduction to SQL](https://github.com/bobbyiliev/introduction-to-sql)
- [Laravel tips and tricks](https://github.com/bobbyiliev/laravel-tips-and-tricks-ebook)

## 🀲 Contributing

If you are contributing 🍿 please read the [contributing file](CONTRIBUTING.md) before submitting your pull requests.