From be0e60dfa7eb1fd10b04e97756adf9b69d718b8d Mon Sep 17 00:00:00 2001 From: Curtis Bullock Date: Wed, 6 Nov 2024 08:01:18 -0700 Subject: [PATCH] Simple change to pages/index.mdx for git demo purposes --- pages/index.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/index.mdx b/pages/index.mdx index 794f783..065df11 100644 --- a/pages/index.mdx +++ b/pages/index.mdx @@ -7,6 +7,7 @@ Back in the day imagine that you want to build a website. You might have: - Fired up Dreamweaver or BBEdit and started writing HTML. - Test it locally and make sure things look right. - Upload it to an S/FTP location to make it "Live" +- Email all your friends to go take a look at your new website with all the construction gifs. This model is still used for quick and dirty changes/prototyping in lots of non-html contexts. Need to set up kubenetes a certain way? You might make some changes and quickly deploy with `kubectl`. If it ain't broke don't fix it. Why do we need more than this? So we all look back on history fondly. Then we remember what actually happened. @@ -82,4 +83,4 @@ While Git is a powerful and versatile version control system, it has some limita - **Performance**: Operations like cloning and checking out branches can become slow in very large repositories. ## Conclusion -Git is a great tool for teams and even individuals to track their code over time and maintain it for reproducible results. \ No newline at end of file +Git is a great tool for teams and even individuals to track their code over time and maintain it for reproducible results.