git-from-the-bottom-up VS devdocs

Compare git-from-the-bottom-up vs devdocs and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
git-from-the-bottom-up devdocs
32 238
807 33,858
- 1.0%
0.0 9.6
22 days ago 3 days ago
Ruby
GNU General Public License v3.0 or later Mozilla Public License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

git-from-the-bottom-up

Posts with mentions or reviews of git-from-the-bottom-up. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-10.
  • Git from the Bottom Up
    2 projects | news.ycombinator.com | 10 Mar 2024
    1 project | news.ycombinator.com | 21 Jun 2023
  • How Head Works in Git
    1 project | news.ycombinator.com | 8 Mar 2024
    Here's a great walk through for how Git works from the bottom up: https://jwiegley.github.io/git-from-the-bottom-up/

    It's short, easy to understand and you'll understand HEAD.

  • git-appraise – Distributed Code Review for Git
    13 projects | news.ycombinator.com | 10 Aug 2023
    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

    [3] https://jwiegley.github.io/git-from-the-bottom-up/

  • Setting up Huginn on Heroku
    1 project | /r/selfhosted | 24 Jun 2023
  • Books for learning Git
    1 project | /r/git | 27 Apr 2023
    I found Git from the Bottom Up helpful. It is very short as well. Then refer to the official book when you want more detail.
  • Good git course and/or where to practice real life scenarios?
    2 projects | /r/ExperiencedDevs | 18 Apr 2023
  • the first time i had to deal with a huge git rebase conflict
    1 project | /r/ProgrammerHumor | 17 Apr 2023
    I recently came across "Git from the Bottom Up by John Wiegley" (thanks to Coding Blocks podcast), he has a chapter about rebasing: https://jwiegley.github.io/git-from-the-bottom-up/1-Repository/7-branching-and-the-power-of-rebase.html
  • Git-SIM: Visually simulate Git operations in your own repos with a single termi
    5 projects | news.ycombinator.com | 22 Jan 2023
    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.

  • What is the most efficient way of learning and comprehending Git?
    1 project | /r/csMajors | 19 Dec 2022

devdocs

Posts with mentions or reviews of devdocs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-22.
  • Every Dunder Method in Python
    1 project | news.ycombinator.com | 3 Apr 2024
    > I've started to preface all python searches with 'site:python.org'

    You might find DevDocs to be useful: https://devdocs.io/

  • The Ultimate Roadmap to a Full-Stack Developer
    3 projects | dev.to | 22 Feb 2024
    DevDocs - Aggregates documentation from various sources into a single, easy-to-navigate interface, covering frontend and backend technologies. DevDocs
  • Must-have for slacking off! 2024 Efficient Dev Tools for Increasing Productivity
    2 projects | dev.to | 19 Feb 2024
    DevDocs, an offline API documentation browser, supports multilingual, offering developers a quick and efficient way to access tech docs. From front-end to back-end and mobile development, it integrates official documentation, providing a sleek, user-friendly interface.
  • Concrete.css
    11 projects | news.ycombinator.com | 8 Feb 2024
    Environmental lighting conditions rule the day! I have astigmatism and I prefer bright backgrounds; #000 text on #fff backgrounds works great for me, but that's because I work in a room lit by a 250W 30,000 lumen corn-cob LED bulb[0] that makes my small office as bright on the inside as the shaded ground from a tree on an overcast day (which is quite bright compared to usual indoor lighting). In a room that bright, high contrast text works great and is highly readable, with "dark mode" often looking washed out and muddy. Even small reductions in contrast (such as what https://devdocs.io does with text of #333 in light mode) can make me notice and wish for greater contrast.

    [0] - https://www.benkuhn.net/lux/

  • SQL for Data Scientists in 100 Queries
    5 projects | news.ycombinator.com | 6 Feb 2024
  • DevDocs
    19 projects | news.ycombinator.com | 12 Jan 2024
    Here's how to add a new scraper: https://github.com/freeCodeCamp/devdocs/blob/main/.github/CO...

    Or open an issue and wait for somebody else to implement the scraper.

  • 19 Handy Websites for Web Developers
    7 projects | dev.to | 12 Dec 2023
    Imagine a single, intuitive platform where you can access comprehensive documentation for a vast array of programming languages, frameworks, libraries, and tools. That's the magic of DevDocs. This exceptional resource eliminates the frustration of juggling multiple tabs and websites in your quest for information. DevDocs brings everything together into one easy-to-use interface.
  • Q je u potrazi za 30 novih ljudi /s
    1 project | /r/CroIT | 6 Dec 2023
  • How would you work effectively with an extremely slow 56Kbps connection?
    12 projects | /r/linux | 5 Dec 2023
    Mosh for a stable connection, Offline documentation such as msdn, wikipedia (via kiwi etc), zeal for local access to https://devdocs.io/; Self host tabby for ai autocompletion. For many shell programs check what mulinux was using back then, and what are the modern replacements such as elinks instead of links. Mutt for mail, for irc doesn't matter much, use a desktop one but setup a bouncher on a vps, I used to have one on a raspberry pi 1, you can use rss reader for reddit (not sure if still works) and blogs
  • 8 HIDDEN WEBSITES FOR PROGRAMMERS !!
    1 project | dev.to | 1 Dec 2023
    1.DEVDOCS.IO: -- DevDocs.IO

What are some alternatives?

When comparing git-from-the-bottom-up and devdocs you can also consider the following projects:

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.

zeal - Offline documentation browser inspired by Dash

mark-sweep - A simple mark-sweep garbage collector in C

godot-docs - Godot Engine official documentation

git-appraise - Distributed code review system for Git repos

github-cheat-sheet - A list of cool features of Git and GitHub.

git-fire - :fire: Save Your Code in an Emergency

alfred-search-in-devdocs - Documentation search in devdocs

emlop - EMerge LOg Parser

vim-godot - Use vim and godot engine to make games

tig - Text-mode interface for git

nvim-rs - A rust library for neovim clients