🪴 Github
- Active Forks - find active forks of a github repo.
- Soft Serve - A tasty, self-hostable Git server for the command line.
Links​
- Learn Git Concepts Not Commands
- Git From the Bottom Up
- Dangitgit - Everyone at some point gets lost in git and doesn’t know how to solve an issue. This gives solutions to a lot of the most common issues people have.
- GitExplorer - This interactive website makes it easy to figure out how to achieve what you are trying to do.
- ProGit - It’s a book and yet it is available online for free too, so Pro Git is an invaluable resource for understanding git.
- GitDocs -
- Thoughtbot - The git category on Thoughtbot has some very useful tips for using git.
- GitHooks - The git hooks website has resources and ideas for all the available git hooks.
- Demystifying Git Internals - Trees, blobs… these terms can seem a bit odd. This article explains some of the fundamentals of how Git works internally which can be useful (as shown already) to use Git to it’s full potential.
- Git Form Beginner to Advanced - Mike Riethmuller wrote this useful article that is ideal for beginners to Git.
- Little Things I like to do with Git - It was this article by Harry Roberts that made me realise how much more there is to Git after you’ve learned enough to move code around.
- Git Shortcuts - This article goes into depth about the various flags git commands have and recommends lots of aliases to use.
- Git Uncommit last commit
- Recovering Deleted Files From Your Git Working Tree