Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jongio/gitawesome
A collection of resources to help you git awesome
https://github.com/jongio/gitawesome
List: gitawesome
git
Last synced: 2 days ago
JSON representation
A collection of resources to help you git awesome
- Host: GitHub
- URL: https://github.com/jongio/gitawesome
- Owner: jongio
- Created: 2019-01-31T17:46:40.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-22T16:39:31.000Z (over 4 years ago)
- Last Synced: 2024-05-20T11:03:49.287Z (6 months ago)
- Topics: git
- Homepage:
- Size: 9.77 KB
- Stars: 8
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- ultimate-awesome - gitawesome - A collection of resources to help you git awesome. (Other Lists / PowerShell Lists)
README
# Git Awesome
A list of resources to help you git awesome. Please PR anything I missed.
## Courses
### LinkedIn Learning
[Learning Git and GitHub](https://www.linkedin.com/learning/learning-git-and-github?u=3322)
[Git Essential Training](https://www.linkedin.com/learning/git-essential-training?u=3322)
[Git for Teams](https://www.linkedin.com/learning/git-for-teams?u=3322)
[Git Intermediate Techniques](https://www.linkedin.com/learning/git-intermediate-techniques?u=3322)
### Pluralsight
[Git Real](https://www.pluralsight.com/courses/code-school-git-real)
[Git Real 2](https://www.pluralsight.com/courses/code-school-git-real-2)
[How Git Works](https://app.pluralsight.com/library/courses/how-git-works/)
[Mastering Git](https://app.pluralsight.com/library/courses/mastering-git/)
[Advanced Git Tips and Tricks](https://app.pluralsight.com/library/courses/git-advanced-tips-tricks/)
[GitHub Fundamentals](https://app.pluralsight.com/library/courses/github-fundamentals/)
[Using Git Flow](https://app.pluralsight.com/library/courses/using-gitflow/)
### Other
[Git Fundamentals](https://www.git-tower.com/learn/git/videos)
[Katacoda: Learn Git Version Control](https://www.katacoda.com/courses/git)
[Codecademy: Learn Git](https://www.codecademy.com/learn/learn-git)
[Atlassian: Getting Git Right](https://www.atlassian.com/git)
#### Egghead.io
[Git Courses and Tips](https://egghead.io/browse/tools/git)[Productive Git for Developers](https://egghead.io/courses/productive-git-for-developers)
#### Udemy
[Getting Started with Git](https://www.udemy.com/course/git-started-with-github/)[The Ultimate Git 5-day Challenge](https://www.udemy.com/course/the-ultimate-git-5-day-challenge/)
[Command Line Essentials: Git Bash for Windows](https://www.udemy.com/course/git-bash/)
## Books
[ProGit Book](https://git-scm.com/book/en/v2)
[Git Basics](https://git-scm.com/book/en/v2/Getting-Started-Git-Basics)
## Guides
[Awesome Git Hooks](https://github.com/CompSciLauren/awesome-git-hooks)
[Awesome Git Actions](https://github.com/sdras/awesome-actions)
[Awesome Git Addons](https://github.com/stevemao/awesome-git-addons)
[The beginner’s guide to Git & GitHub](https://www.freecodecamp.org/news/the-beginners-guide-to-git-github/)
[Flight rules for git](https://github.com/k88hudson/git-flight-rules)
[Git Simple Guide](http://rogerdudler.github.io/git-guide/)
[Git Visual Reference](http://marklodato.github.io/visual-git-guide/index-en.html)
[Git Cheat Sheet](https://services.github.com/on-demand/downloads/github-git-cheat-sheet.pdf)
[Dangit, git!](http://dangitgit.com/)
[Git in 30 Minutes](https://tutorialzine.com/2016/06/learn-git-in-30-minutes)
[How to Teach Git](https://rachelcarmena.github.io/2018/12/12/how-to-teach-git.html)
[Git Happens](http://jessitron.github.io/git-happens/)
[Git with Azure DevOps Repos](https://docs.microsoft.com/en-us/azure/devops/repos/git/)
[Oh shit, git!](http://ohshitgit.com/)
[git rebase in depth](https://git-rebase.io/)
[Think Like (a) Git](http://think-like-a-git.net/)
[How to undo (almost) anything with Git](https://github.blog/2015-06-08-how-to-undo-almost-anything-with-git/)
## Hands on Labs
[Github - Try Git](http://try.github.io/)
[Git HowTo](https://githowto.com/)
[GitHub Training](https://lab.github.com/courses)
[GitReady - Learn git one commit at a time](http://gitready.com/)
[Learn Git Branching (Interactive)](https://learngitbranching.js.org/)
[Git with Katacoda](https://www.katacoda.com/courses/git)