Live data from Hacker News

Write yourself a Git (2018)

wyag.thb.lt

1–10 of 111 posts

Re: Write yourself a Git (2018)

#6
This is great, thanks for sharing.

People in this thread might also appreciate this essay: https://maryrosecook.com/blog/post/git-in-six-hundred-words

And the more expanded version: https://maryrosecook.com/blog/post/git-from-the-inside-out

It really helped me comprehend Git enough to start understanding the more complex work flows.

Re: Write yourself a Git (2018)

#9
I have nothing to directly comment on the tutorial. Just a tangential mention regarding the tedious argument parsing boilerplate in Python, I have found Python Fire to be much more convenient: https://github.com/google/python-fire

It would have shaved off another 15-20 lines from the 503 line example ;-)

Post reply on HN