From 01cec3faacd454331a37fe245f85ca0d1bb4d742 Mon Sep 17 00:00:00 2001 From: davidbaunach Date: Fri, 26 Jan 2024 19:34:33 -0600 Subject: [PATCH] Finished first draft of logit paper --- LogGit.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/LogGit.txt b/LogGit.txt index aad3498..7aa5556 100644 --- a/LogGit.txt +++ b/LogGit.txt @@ -15,3 +15,11 @@ It allows for collaboration. You can take a project someone else started, and finish it. There's already a whole bunch of gui programs available on all major operating systems to track and manage repositories, nothing needs to be built to start. It's ready to go. + +Most people are hosting their repo on some Git forge already, you can track it down, or maybe more people can start sharing the url to clone the repo. + +Git does have size limitations: so you need to break up bigger projects. + +And even before you get to those, in order to make it easier to clone, keeping projects small and modular helps keep things manageable. + +You're already doing cool stuff, just start sharing it with Git; and RSS, ATOM, siloed social networks, and unwieldy Wordpress blogs become an unecessary relic of a more fragile past.