From f3d77f84bd24bfabb3dfce35653a8414360536a4 Mon Sep 17 00:00:00 2001 From: Norm Rasmussen Date: Wed, 27 Sep 2023 17:12:58 -0400 Subject: [PATCH] Mini commit. Accidentally had a post marked as a non-draft that should be a draft. --- public/index.html | 14 ---------- public/index.xml | 11 +------- public/posts.html | 14 ---------- public/posts/index.xml | 11 +------- public/posts/multiple_git_remotes.html | 5 ---- public/sitemap.xml | 33 ++++++++-------------- public/tags.html | 8 +----- public/tags/commandline.html | 14 ---------- public/tags/commandline/index.xml | 11 +------- public/tags/index.xml | 38 +++++++------------------- 10 files changed, 26 insertions(+), 133 deletions(-) diff --git a/public/index.html b/public/index.html index 9fbed9c..8ffe5a0 100644 --- a/public/index.html +++ b/public/index.html @@ -136,20 +136,6 @@ if (!doNotTrack) { -
-
Add explainshell.com to your list of favorite websites! Right behind regex101.com. -
-
-

New Favorite Website! -

-
-
-

For the longest time, I had Regex101 as a bookmarked website for (almost) daily use. Not only does it help me build muscle memory for using regex queries without banging my head against the wall with a bunch of print and debug statements, but if I happen to be in a different language - say in javascript instead of python - it gives you the correct syntax for using regex in that language....

-
-
September 27, 2023 路 2 min 路 377 words 路 Me
- -
-
git commands
diff --git a/public/index.xml b/public/index.xml index a1ab45d..afc62ae 100644 --- a/public/index.xml +++ b/public/index.xml @@ -6,16 +6,7 @@ Recent content on Norm-working Packets 馃捑 Hugo -- gohugo.io en-us - Wed, 27 Sep 2023 10:07:01 -0400 - - New Favorite Website! - /posts/new-favorite-website.html - Wed, 27 Sep 2023 10:07:01 -0400 - - /posts/new-favorite-website.html - Regex101 has long been one of my favorite reference tools. As of today, I will be adding ExplainShell to the list of must-use tools!. - - + Fri, 22 Sep 2023 15:07:10 -0400 Pushing a Single Local Git Repo to Multiple Remote Repos /posts/multiple_git_remotes.html diff --git a/public/posts.html b/public/posts.html index eb773e2..f4da337 100644 --- a/public/posts.html +++ b/public/posts.html @@ -110,20 +110,6 @@ if (!doNotTrack) { -
-
Add explainshell.com to your list of favorite websites! Right behind regex101.com. -
-
-

New Favorite Website! -

-
-
-

For the longest time, I had Regex101 as a bookmarked website for (almost) daily use. Not only does it help me build muscle memory for using regex queries without banging my head against the wall with a bunch of print and debug statements, but if I happen to be in a different language - say in javascript instead of python - it gives you the correct syntax for using regex in that language....

-
-
September 27, 2023 路 2 min 路 377 words 路 Me
- -
-
git commands
diff --git a/public/posts/index.xml b/public/posts/index.xml index 3fbe369..94b3735 100644 --- a/public/posts/index.xml +++ b/public/posts/index.xml @@ -6,16 +6,7 @@ Recent content in Posts on Norm-working Packets 馃捑 Hugo -- gohugo.io en-us - Wed, 27 Sep 2023 10:07:01 -0400 - - New Favorite Website! - /posts/new-favorite-website.html - Wed, 27 Sep 2023 10:07:01 -0400 - - /posts/new-favorite-website.html - Regex101 has long been one of my favorite reference tools. As of today, I will be adding ExplainShell to the list of must-use tools!. - - + Fri, 22 Sep 2023 15:07:10 -0400 Pushing a Single Local Git Repo to Multiple Remote Repos /posts/multiple_git_remotes.html diff --git a/public/posts/multiple_git_remotes.html b/public/posts/multiple_git_remotes.html index 4189795..4bd49b7 100644 --- a/public/posts/multiple_git_remotes.html +++ b/public/posts/multiple_git_remotes.html @@ -216,11 +216,6 @@ there twice, once for (push) and once for (fetch).

  • commandline