SaaSHub helps you find the best software and product alternatives Learn more →
Git-from-the-bottom-up Alternatives
Similar projects and alternatives to git-from-the-bottom-up
-
lisp-koans
Common Lisp Koans is a language learning exercise in the same vein as the ruby koans, python koans and others. It is a port of the prior koans with some modifications to highlight lisp-specific features. Structured as ordered groups of broken unit tests, the project guides the learner progressively through many Common Lisp language features.
-
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
-
LearnOpenGL
Code repository of all OpenGL chapters from the book and its accompanying website https://learnopengl.com
-
-
-
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
-
git-sim
Visually simulate Git operations in your own repos with a single terminal command.
-
-
pytudes
Python programs, usually short, of considerable difficulty, to perfect particular skills.
-
Git
Git Source Code Mirror - This is a publish-only repository but pull requests can be turned into patches to the mailing list via GitGitGadget (https://gitgitgadget.github.io/). Please follow Documentation/SubmittingPatches procedure for any of your improvements.
-
-
-
papers-we-love
Papers from the computer science community to read and discuss.
-
-
CppCoreGuidelines
The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++
-
PythonDataScienceHandbook
Python Data Science Handbook: full text in Jupyter Notebooks
-
bitcoinbook
Mastering Bitcoin 2nd Edition - Programming the Open Blockchain
-
-
git-bug
Distributed, offline-first bug tracker embedded in git, with bridges
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
git-from-the-bottom-up reviews and mentions
-
git-appraise – Distributed Code Review for Git
Very tangential:
Gerrit also stores some of its configs in a git repo. I was setting up a new instance, but couldn't get Admin permissions because the way my auth front-end didn't play well with the docker image's assumptions.
Gerrit already does a lot of its work via non-standard references. For example, you don't push to a branch, `refs/branches/foo`, you push to a separate `refs/for/foo` namespace that creates the review.
Similarly, Group config is stored in the All-Users git repo [1], but in references created after a UUID, in `refs/groups/UU/UUID`.
I ended up having a to exercise the plumbiest of plumbing commands [2] to create a new commit from scratch (from a tree, from the index, from blobs), to update the group ref to add myself to the Administrators group (this, of course, requires a local shell and permissions on the Gerrit host). It was a great way to exercise what I had learned in Git from the Bottom Up [3]
[1] https://gerrit-review.googlesource.com/Documentation/config-...
[2] https://git-scm.com/book/en/v2/Git-Internals-Git-Objects
- Good git course and/or where to practice real life scenarios?
-
Git-SIM: Visually simulate Git operations in your own repos with a single termi
You won't have to put your entire life on break in order to understand the fundamentals of git and why it works the way it works. Going through https://jwiegley.github.io/git-from-the-bottom-up/ and really understanding the material will take you a couple of hours at max, but will save you a lot of time in the future.
Wanting to understand things before using them is hardly elitism, not sure why you would think that.
Just like you probably don't want to fix bugs without understand the cause, it's hard to use a tool correctly unless you know how the tool works.
-
Git book recommendations?
If that's too dense, read https://jwiegley.github.io/git-from-the-bottom-up/, which is basically the same as chapter 10 at a slower pace.
-
Ask HN: Do you recall any book or course that made a topic finally click?
Git From The Bottom Up : https://jwiegley.github.io/git-from-the-bottom-up/
-
Does anyone know of a good yet simple Git overview?
here's one tutorial https://jwiegley.github.io/git-from-the-bottom-up/ from bottom to top, it explains the building blocks then the operations, it might help (again, depending on your brain)
-
Is it really that much easy? Because in the beginning I was a lot scared of it.
I can recommend https://jwiegley.github.io/git-from-the-bottom-up/ and of course https://git-scm.com/docs/gittutorial (also gittutorial-2).
-
Git In Two Minutes (updated after 8 years)
It's not a single digit minute read, but to me "Git from the Bottom Up" was what really made me understand git a long time ago.
https://jwiegley.github.io/git-from-the-bottom-up/
git's the kind of tool where understanding how your commands operate on the underlying data structures will probably make it a lot easier to use efficiently. (And they're beautifully simple despite how powerful and flexible they are)
As a tool you might be using for hours per week for a few more decades, it's worth the investment going beyond the "in x minutes". I tend to provide both to juniors.
Obligatory: https://xkcd.com/1597/
-
Things I wish everyone knew about Git (Part II)
["Git from the Bottom Up"](https://jwiegley.github.io/git-from-the-bottom-up/) changed my life. Someone recommended this to me, and I recommend this to anyone seeking more information about git. People often just want to know "which commands to run", which is a fair expectation, until they reach a threshold of what they can do without knowing the internals.
[When should someone read "Git from the Bottom Up"? What are your git recommendations?](https://forms.gle/aqFy52uvTp8CUvkF9)
-
A note from our sponsor - #<SponsorshipServiceOld:0x00007f0f9b887eb0>
www.saashub.com | 1 Dec 2023
Stats
jwiegley/git-from-the-bottom-up is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.
Popular Comparisons
- git-from-the-bottom-up VS lisp-koans
- git-from-the-bottom-up VS devdocs
- git-from-the-bottom-up VS emlop
- git-from-the-bottom-up VS mark-sweep
- git-from-the-bottom-up VS LearnOpenGL
- git-from-the-bottom-up VS git-fire
- git-from-the-bottom-up VS git-sim
- git-from-the-bottom-up VS tig
- git-from-the-bottom-up VS pytudes
- git-from-the-bottom-up VS git-internals-pdf