From 8bb6daa2f850e79a415e760c8150a89580b732dd Mon Sep 17 00:00:00 2001 From: Dimitri Lozeve Date: Tue, 9 Mar 2021 09:24:44 +0100 Subject: [PATCH] Shorten introduction of Git post --- posts/from-graphs-to-git.org | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/posts/from-graphs-to-git.org b/posts/from-graphs-to-git.org index 4be8001..a64b345 100644 --- a/posts/from-graphs-to-git.org +++ b/posts/from-graphs-to-git.org @@ -23,19 +23,6 @@ you can refer to the man pages or the excellent [[https://git-scm.com/book/en/v2 "Further reading" below.]. I will reference the relevant Git commands as margin notes. -My target audience is basically myself a few years ago: background in -maths and/or computer science, but no direct experience of large-scale -codebases in Git. I also assume that you are curious about the -internal model of Git and the related data structures: if you only -want a quick fix for your latest mistake but don't care about -understanding what's going on, this post is probably not for you. - -This post is also highly opinionated about what I consider important -when working on production codebases in a professional setting. Of -course, this is highly coloured by my personal experience, and your -needs may vary. If there is something essential that you think is -missing here, please don't hesitate to [[../contact.html][contact me]]! - * Concepts: understanding the graph ** Repository