From 0a41f28e25d4e488304dba4706903afcabee16fb Mon Sep 17 00:00:00 2001 From: Joshua Laymon Date: Wed, 13 Aug 2025 03:24:49 +0000 Subject: [PATCH] Update How to use this Repo --- How-to-use-this-Repo.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/How-to-use-this-Repo.md b/How-to-use-this-Repo.md index 8ef057b..a432b5f 100644 --- a/How-to-use-this-Repo.md +++ b/How-to-use-this-Repo.md @@ -2,7 +2,9 @@ ### To update the GitTea repo from Mac run this command in the terminal folder git add . + git commit -m "Update" + git push origin main ## To download changes to the LXC run this command